diff options
Diffstat (limited to 'config/editor.el')
-rw-r--r-- | config/editor.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/editor.el b/config/editor.el index 9217b96..a898e16 100644 --- a/config/editor.el +++ b/config/editor.el @@ -117,3 +117,7 @@ :config (setq ispell-program-name "aspell") (setq ispell-dictionary "british")) + +(use-package flycheck + :ensure t + :init (global-flycheck-mode)) |