diff options
author | Franck Cuny <fcuny@twitter.com> | 2019-02-16 14:30:46 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2019-02-16 14:30:46 -0800 |
commit | 305224ff8fa05eaca5c6978d403ceafc9691b28f (patch) | |
tree | b54545b8352961fca24c8753c9f3609a84de33b6 /emacs.d/custom/fcuny-go.el | |
parent | [Emacs] Remove extra empty line. (diff) | |
download | emacs.d-305224ff8fa05eaca5c6978d403ceafc9691b28f.tar.gz |
[Emacs] Ensure we load flycheck and flyspell.
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-go.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 () |