feature/spellcheck: don't auto-enable spellcheck + <leader>ts binding
This commit is contained in:
parent
568a7478b1
commit
1b32aac0a5
2 changed files with 1 additions and 2 deletions
|
@ -2,8 +2,6 @@
|
|||
|
||||
(def-package! flyspell ; built-in
|
||||
:commands flyspell-mode
|
||||
:init
|
||||
(add-hook 'text-mode-hook 'flyspell-mode)
|
||||
:config
|
||||
(setq ispell-program-name (executable-find "aspell")
|
||||
ispell-list-command "--list"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue