system changes
This commit is contained in:
parent
a62632b3ac
commit
72857f841a
1 changed files with 2 additions and 1 deletions
|
@ -458,7 +458,8 @@ Set up =flycheck= and =flyspell= for syntax and spell checking respectively.
|
||||||
:config
|
:config
|
||||||
(add-hook 'after-init-hook #'global-flycheck-mode))
|
(add-hook 'after-init-hook #'global-flycheck-mode))
|
||||||
|
|
||||||
(eval-after-load "flyspell" '(add-hook 'text-mode-hook #'flyspell-mode))
|
(with-eval-after-load 'flyspell
|
||||||
|
(add-hook 'text-mode-hook #'flyspell-mode))
|
||||||
|
|
||||||
(use-package flyspell-correct
|
(use-package flyspell-correct
|
||||||
:after flyspell
|
:after flyspell
|
||||||
|
|
Loading…
Add table
Reference in a new issue