summary refs log tree commit diff
path: root/emacs.d/custom/fcuny-shell.el
diff options
context:
space:
mode:
authorFranck Cuny <fcuny@twitter.com>2019-02-16 14:30:46 -0800
committerFranck Cuny <fcuny@twitter.com>2019-02-16 14:30:46 -0800
commit305224ff8fa05eaca5c6978d403ceafc9691b28f (patch)
treeb54545b8352961fca24c8753c9f3609a84de33b6 /emacs.d/custom/fcuny-shell.el
parent[Emacs] Remove extra empty line. (diff)
downloademacs.d-305224ff8fa05eaca5c6978d403ceafc9691b28f.tar.gz
[Emacs] Ensure we load flycheck and flyspell.
Diffstat (limited to 'emacs.d/custom/fcuny-shell.el')
-rw-r--r--emacs.d/custom/fcuny-shell.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-shell.el b/emacs.d/custom/fcuny-shell.el
index 5d41f92..b5de9c0 100644
--- a/emacs.d/custom/fcuny-shell.el
+++ b/emacs.d/custom/fcuny-shell.el
@@ -1,4 +1,5 @@
 (use-package sh-script
+  :after (flyspell flycheck)
   :mode ("bashrc" . sh-mode)
   :hook (after-save . executable-make-buffer-file-executable-if-script-p)
   :config