summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorAshley Duckworth2021-01-22 13:36:39 -0600
committerAshley Duckworth2021-01-22 13:36:39 -0600
commitc55162564932a251f836e8b8264cc2d74d86a143 (patch)
treed8760cf9a8fb53c545930d5376496fc680ae6858 /config.org
parentAdd UTF-8 settings (diff)
downloademacs-c55162564932a251f836e8b8264cc2d74d86a143.tar.gz
emacs-c55162564932a251f836e8b8264cc2d74d86a143.zip
Add a link for w32 faq
Diffstat (limited to 'config.org')
-rw-r--r--config.org3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.org b/config.org index 95483c3..40f0609 100644 --- a/config.org +++ b/config.org
@@ -1578,6 +1578,9 @@ section come from [[https://github.com/termitereform/JunkPile/blob/master/emacs-
1578 1578
1579*** Settings 1579*** Settings
1580 1580
1581See 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
1582into the multiple settings available for w32 systems.
1583
1581#+begin_src emacs-lisp 1584#+begin_src emacs-lisp
1582 (setq-default w32-allow-system-shell t) ; enable cmd.exe as shell 1585 (setq-default w32-allow-system-shell t) ; enable cmd.exe as shell
1583#+end_src 1586#+end_src