specified windows encoding systems

This commit is contained in:
a. fox 2024-04-04 10:25:03 -04:00
parent c4938c678b
commit 9780719318
1 changed files with 5 additions and 1 deletions

View File

@ -538,7 +538,11 @@ Custom variables used throughout my custom functions/macros.
** Windows
#+begin_src emacs-lisp
(when-on-windows
(prefer-coding-system 'unix)
(set-default-coding-systems 'unix)
(set-language-environment "UTF-8")
(set-selection-coding-system 'unix))
#+end_src
** macOS