Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d

This commit is contained in:
Marcus Kammer 2023-04-03 11:08:09 +02:00
commit 296fdf29a9

View file

@ -273,7 +273,9 @@
(use-package ispell (use-package ispell
:ensure nil :ensure nil
:config :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-dictionary "german,english")
(setq ispell-local-dictionary-alist (setq ispell-local-dictionary-alist
'(("german" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE_frami,de_AT_frami,de_CH_frami") nil utf-8) '(("german" "[[:alpha:]]" "[^[:alpha:]]" "[']" t ("-d" "de_DE_frami,de_AT_frami,de_CH_frami") nil utf-8)