Change default aspell dictionary to english instead of en (not working on windows with cygwin aspell)
This commit is contained in:
parent
20159ba0a1
commit
6c142a0558
1 changed files with 1 additions and 1 deletions
|
@ -1063,7 +1063,7 @@ DELETE-FUNC when calling CALLBACK.
|
|||
:init
|
||||
(progn
|
||||
(setq-default ispell-program-name "aspell")
|
||||
(setq-default ispell-dictionary "en")
|
||||
(setq-default ispell-dictionary "english")
|
||||
(add-hook 'markdown-mode-hook '(lambda () (flyspell-mode 1)))
|
||||
(add-hook 'text-mode-hook '(lambda () (flyspell-mode 1))))
|
||||
:config
|
||||
|
|
Reference in a new issue