From 305224ff8fa05eaca5c6978d403ceafc9691b28f Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sat, 16 Feb 2019 14:30:46 -0800 Subject: [Emacs] Ensure we load flycheck and flyspell. --- emacs.d/custom/fcuny-make.el | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs.d/custom/fcuny-make.el') 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)))) -- cgit 1.4.1