From 011cbba8e1b1b26d9816c9e01eb8e434f02edf2a Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 27 Mar 2023 21:11:01 +0200 Subject: [PATCH] Update --package --- bundle/bundle--package.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index d7f5e4c8..f6ce367e 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)