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-go.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.d/custom/fcuny-go.el') diff --git a/emacs.d/custom/fcuny-go.el b/emacs.d/custom/fcuny-go.el index 3926c9e..905a12f 100644 --- a/emacs.d/custom/fcuny-go.el +++ b/emacs.d/custom/fcuny-go.el @@ -1,6 +1,6 @@ (use-package go-mode :ensure t - :after (exec-path-from-shell) + :after (exec-path-from-shell flycheck flyspell) :hook (go-mode . fcuny/go-mode-setup) :init (defun fcuny/go-mode-setup () -- cgit 1.4.1