summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2012-05-17 22:16:21 -0400
committerLuke Shumaker <LukeShu@sbcglobal.net>2012-05-17 22:16:21 -0400
commit7683ac98b1f91c2288751c20578c9fc1da2000b9 (patch)
treeff882a19392fdfa7e8aa94fc7f816360e3f4d52a
parent94d46baaf1926bf8b52393b9eff80faf6118d445 (diff)
add nginx-mode to emacs
-rw-r--r--.emacs5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index b52f9ad..4bc39b3 100644
--- a/.emacs
+++ b/.emacs
@@ -56,6 +56,10 @@
:load "identica-mode.el"
:after (lambda ()
(load-identica-mode)))
+ (:name nginx-mode
+ :description "Major mode for editing Nginx configuration files"
+ :type git
+ :url "git://github.com/ajc/nginx-mode.git")
(:name autopair
:after (lambda ()
(autopair-global-mode 1)
@@ -79,6 +83,7 @@
smarttabs
markdown-mode
autopair
+ nginx-mode
))
(when (require 'el-get nil t)