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