diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index 2dcf91f2..c0a6d05a 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -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)