This commit is contained in:
parent
118cf92a27
commit
87913bbd6a
14 changed files with 243 additions and 241 deletions
|
|
@ -3,7 +3,7 @@
|
|||
;;; Highlight misspelled words
|
||||
;;; Code:
|
||||
|
||||
(use-package ispell :ensure nil :defer 2
|
||||
(use-package ispell :ensure nil :defer t
|
||||
:config
|
||||
(setopt ispell-program-name "aspell")
|
||||
(setopt ispell-extra-args '("--run-together" "--run-together-limit=5" "--run-together-min=2")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue