summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-go.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom/fcuny-go.el')
-rw-r--r--emacs.d/custom/fcuny-go.el2
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 ()