diff options
-rw-r--r-- | config.org | 9 |
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 | |||
2981 | kind of fly-by-night there. Many of the ideas and scripts in this | 2981 | kind of fly-by-night there. Many of the ideas and scripts in this |
2982 | section come from [[https://github.com/termitereform/JunkPile/blob/master/emacs-on-windows.md][termitereform]] on Github. | 2982 | section 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 | ||
2986 | See 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 | 2995 | See 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 |