summary refs log tree commit diff stats
path: root/tag-emacs/emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tag-emacs/emacs.d/init.el')
-rw-r--r--tag-emacs/emacs.d/init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el
index f7b8d47..ebf4023 100644
--- a/tag-emacs/emacs.d/init.el
+++ b/tag-emacs/emacs.d/init.el
@@ -513,7 +513,9 @@
          ("xmobarrc\\'" . haskell-mode)))
 
 (req-package nginx-mode
-  :mode (("nginx.conf" . nginx-mode)))
+  :mode (("nginx.conf" . nginx-mode))
+  :config (progn
+            (setq nginx-indent-tabs-mode t)))
 
 (req-package lua-mode
   :mode (("\\.lua\\'" . lua-mode)))