diff options
author | Ashley Duckworth | 2021-01-22 13:36:39 -0600 |
---|---|---|
committer | Ashley Duckworth | 2021-01-22 13:36:39 -0600 |
commit | c55162564932a251f836e8b8264cc2d74d86a143 (patch) | |
tree | d8760cf9a8fb53c545930d5376496fc680ae6858 | |
parent | Add UTF-8 settings (diff) | |
download | emacs-c55162564932a251f836e8b8264cc2d74d86a143.tar.gz emacs-c55162564932a251f836e8b8264cc2d74d86a143.zip |
Add a link for w32 faq
-rw-r--r-- | config.org | 3 |
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 | ||
1581 | 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 | ||
1582 | into 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 |