summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el
index 8b448ec..d0e5b8d 100644
--- a/emacs/.emacs.d/main.el
+++ b/emacs/.emacs.d/main.el
@@ -482,6 +482,11 @@ With two prefix arguments, write out the day and month name."
 
 (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
 
+;;;; make
+(general-add-hook 'makefile-mode-hook
+                  (lambda ()
+                    (setq-local indent-tabs-mode t)))
+
 ;;;; nix
 (custom-set-variables '(nix-indent-function #'nix-indent-line))