From d03c4dcd2afc75d6b906c780a009a3ea4e306c7d Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 14 Jun 2014 19:11:05 +0100 Subject: Emacs: enable tabs in nginx configuration --- tag-emacs/emacs.d/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index f7b8d471..ebf40232 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))) -- cgit 1.4.1