diff options
Diffstat (limited to 'tag-emacs')
-rw-r--r-- | tag-emacs/emacs.d/init.el | 4 |
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))) |