diff options
-rw-r--r-- | .emacs | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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) |