diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-make.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-make.el b/emacs.d/custom/fcuny-make.el new file mode 100644 index 0000000..a031c46 --- /dev/null +++ b/emacs.d/custom/fcuny-make.el @@ -0,0 +1,5 @@ +(use-package make-mode + :config + (add-hook 'makefile-mode-hook (lambda () (setq-local tab-width 2)))) + +(provide 'fcuny-make) |