fixed invalid coding system being set on windows

This commit is contained in:
a. fox 2024-04-24 14:38:28 -04:00
parent 9780719318
commit 509cdce3e6
1 changed files with 1 additions and 1 deletions

View File

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