summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
Diffstat (limited 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)