From 68a193308824583539eab67f6e87c31dd0b9343e Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 22 Nov 2016 08:54:43 -0800 Subject: [Emacs] Fix hook for Makefile. --- emacs.d/init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'emacs.d') diff --git a/emacs.d/init.el b/emacs.d/init.el index 75c54dc..f3fd673 100644 --- a/emacs.d/init.el +++ b/emacs.d/init.el @@ -363,9 +363,8 @@ (use-package make-mode ;; mode to support Makefile :config - (add-hook 'makefile-mode-hook - #'(lambda () - (setq-local tab-width 2)))) + (add-hook 'makefile-mode-hook (lambda () + (setq-local tab-width 2)))) (use-package markdown-mode ;; mode to support files in the Markdown format -- cgit 1.4.1