about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-02-10 11:52:20 -0600
committerCase Duckworth2021-02-10 11:52:20 -0600
commit2637480106c895b00fea0adf627a20f647fee3f5 (patch)
treee13640b7e3f1adc136d663f799d996d87e29bec6 /config.org
parentRequire generic-x (diff)
downloademacs-2637480106c895b00fea0adf627a20f647fee3f5.tar.gz
emacs-2637480106c895b00fea0adf627a20f647fee3f5.zip
Add DICPATH to Windows install
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.org b/config.org index a5d73a1..e6fd4b0 100644 --- a/config.org +++ b/config.org
@@ -2981,6 +2981,15 @@ I use Windows at work, where I /also/ don't have Admin rights. So I
2981kind of fly-by-night there. Many of the ideas and scripts in this 2981kind of fly-by-night there. Many of the ideas and scripts in this
2982section come from [[https://github.com/termitereform/JunkPile/blob/master/emacs-on-windows.md][termitereform]] on Github. 2982section come from [[https://github.com/termitereform/JunkPile/blob/master/emacs-on-windows.md][termitereform]] on Github.
2983 2983
2984*** Environment variables
2985
2986**** DICPATH, for Hunspell
2987
2988#+begin_src emacs-lisp :noweb-ref windows-specific
2989 (setenv "DICPATH" (expand-file-name "exe/share/hunspell"
2990 "~/Applications/"))
2991#+end_src
2992
2984*** Settings 2993*** Settings
2985 2994
2986See also [[https://www.gnu.org/software/emacs/manual/html_mono/efaq-w32.html][the GNU FAQ for Windows]]. At some point I should really dig 2995See also [[https://www.gnu.org/software/emacs/manual/html_mono/efaq-w32.html][the GNU FAQ for Windows]]. At some point I should really dig