system changes
This commit is contained in:
parent
72857f841a
commit
676ec2e2e9
1 changed files with 2 additions and 3 deletions
|
@ -458,9 +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))
|
||||||
|
|
||||||
(with-eval-after-load 'flyspell
|
(require 'flyspell)
|
||||||
(add-hook 'text-mode-hook #'flyspell-mode))
|
(add-hook 'text-mode-hook #'flyspell-mode)
|
||||||
|
|
||||||
(use-package flyspell-correct
|
(use-package flyspell-correct
|
||||||
:after flyspell
|
:after flyspell
|
||||||
:bind
|
:bind
|
||||||
|
|
Loading…
Add table
Reference in a new issue