diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-lisp.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs.d/custom/fcuny-lisp.el b/emacs.d/custom/fcuny-lisp.el index 08d55a4..70a0b6c 100644 --- a/emacs.d/custom/fcuny-lisp.el +++ b/emacs.d/custom/fcuny-lisp.el @@ -1,4 +1,5 @@ (use-package lisp-mode + :after (flycheck flyspell) :bind (("C-c C-e" . eval-buffer) ("C-c C-r" . eval-region))) |