summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSam Light <samlight1994@gmail.com>2025-05-18 12:05:27 +0100
committerSam Light <samlight1994@gmail.com>2025-05-18 12:05:27 +0100
commita4039e14cd7604dc8034d2c6b947284e9baef1d9 (patch)
treefde0e6722b2c58de0872e97374d38902c8eb4c66 /config
parent5521ba81979f1fa86de7b4dff35addeffa2aba29 (diff)
Enabled flycheck
Diffstat (limited to 'config')
-rw-r--r--config/editor.el4
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))