diff --git a/bundle/bundle--customfile.el b/bundle/bundle--customfile.el index b84beb8c..3f7143a9 100644 --- a/bundle/bundle--customfile.el +++ b/bundle/bundle--customfile.el @@ -18,6 +18,9 @@ (setq custom-file "~/.emacs.d/bundle/custom_win32.el" org-babel-python-command "python") + (setq ispell-program-name "c:/msys64/mingw64/bin/hunspell.exe" + ispell-dictionary "en_US") + (use-package powershell) (defun powershell (&optional buffer) diff --git a/bundle/custom_win32.el b/bundle/custom_win32.el index 97f537ec..f4f99830 100644 --- a/bundle/custom_win32.el +++ b/bundle/custom_win32.el @@ -9,12 +9,6 @@ '("fce3524887a0994f8b9b047aef9cc4cc017c5a93a5fb1f84d300391fba313743" "171d1ae90e46978eb9c342be6658d937a83aaa45997b1d7af7657546cae5985b" "37046960cf667c5ab3b76235d35a5db4763c531e706502a9067fa78db5a775c0" "9e39a8334e0e476157bfdb8e42e1cea43fad02c9ec7c0dbd5498cf02b9adeaf1" "37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)) '(default-frame-alist '((font . "MonoLisa-11") (width . 94) (height . 70))) '(initial-frame-alist '((fullscreen . maximized))) - '(ispell-dictionary "de_DE_frami") - '(ispell-local-dictionary-alist - '(("de_DE_frami" "[[:alpha:]]" "[^[:alpha:]]" "[']" t - ("-d" "de_DE_frami") - nil utf-8))) - '(ispell-program-name "c:/msys64/mingw64/bin/hunspell.exe") '(nov-unzip-program "c:/msys64/usr/bin/unzip.exe") '(olivetti-body-width 82 nil nil "Customized with use-package olivetti") '(org-agenda-files '("d:/visua/Documents/journal"))