summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/init.el5
1 files changed, 2 insertions, 3 deletions
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