Set dictionary name to american for aspell, this fixes MINGW64 env.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 28 Nov 2022 23:05:00 +0200
changeset 1764 a40a9f231aa0
parent 1763 bcd7574bc9c3
child 1765 5cabf87dd450
Set dictionary name to american for aspell, this fixes MINGW64 env.
.emacs-autogen.sh
--- a/.emacs-autogen.sh	Sun Nov 27 23:40:10 2022 +0200
+++ b/.emacs-autogen.sh	Mon Nov 28 23:05:00 2022 +0200
@@ -69,7 +69,7 @@
 
 print_aspell() {
   echo '(setq-default ispell-program-name "aspell")'
-  echo '(setq-default ispell-local-dictionary "en_US")'
+  echo '(setq-default ispell-local-dictionary "american")'
 }
 
 print_speller() {