summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-make.el
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/custom/fcuny-make.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/emacs.d/custom/fcuny-make.el b/emacs.d/custom/fcuny-make.el
deleted file mode 100644
index 2479f62..0000000
--- a/emacs.d/custom/fcuny-make.el
+++ /dev/null
@@ -1,6 +0,0 @@
-(use-package make-mode
-  :after (flycheck flyspell)
-  :config
-  (add-hook 'makefile-mode-hook (lambda () (setq-local tab-width 2))))
-
-(provide 'fcuny-make)