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.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-make.el b/emacs.d/custom/fcuny-make.el
index a031c46..2479f62 100644
--- a/emacs.d/custom/fcuny-make.el
+++ b/emacs.d/custom/fcuny-make.el
@@ -1,4 +1,5 @@
 (use-package make-mode
+  :after (flycheck flyspell)
   :config
   (add-hook 'makefile-mode-hook (lambda () (setq-local tab-width 2))))