From 2d61e1fcfdff0f65f23fdadb2699ee72878a0cb2 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Wed, 5 Mar 2025 20:30:47 -0600 Subject: system changes --- common/.config/emacs/init.el.org | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org index ffcd1b0..a68c35a 100644 --- a/common/.config/emacs/init.el.org +++ b/common/.config/emacs/init.el.org @@ -333,6 +333,7 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively. :config (add-hook 'after-init-hook #'global-flycheck-mode)) + (require 'flyspell) (add-hook text-mode-hook #'flyspell-mode) (use-package flyspell-correct :after flyspell -- cgit v1.2.3