Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
296fdf29a9
1 changed files with 3 additions and 1 deletions
|
@ -273,7 +273,9 @@
|
|||
(use-package ispell
|
||||
:ensure nil
|
||||
:config
|
||||
;; On windows: Copy files from ~/.emacs.d/dicts/ to c:/msys64/mingw64/share/hunspell/
|
||||
;; On windows: Copy files to c:/msys64/mingw64/share/hunspell/
|
||||
;; hunspell -D Show detected path of the loaded dictionary,
|
||||
;; and list of the search path and the available dictionaries.
|
||||
(setq ispell-dictionary "german,english")
|
||||
(setq ispell-local-dictionary-alist
|
||||
'(("german" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE_frami,de_AT_frami,de_CH_frami") nil utf-8)
|
||||
|
|
Loading…
Add table
Reference in a new issue