diff options
author | Case Duckworth | 2020-12-21 22:53:36 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-21 22:53:36 -0600 |
commit | 505e1c1833fb6170e576e4381fcfbb6afca8ebc6 (patch) | |
tree | 849db342e9c77a2ff7989f93cd196a74fe90268e | |
parent | Add keybindings (diff) | |
download | emacs-505e1c1833fb6170e576e4381fcfbb6afca8ebc6.tar.gz emacs-505e1c1833fb6170e576e4381fcfbb6afca8ebc6.zip |
Possibly fix UTF-8 encoding
-rw-r--r-- | config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.org b/config.org index 5af41cb..7e7f0ea 100644 --- a/config.org +++ b/config.org | |||
@@ -815,7 +815,7 @@ Also from link0ff. See the above for a link. | |||
815 | *** UTF-8 | 815 | *** UTF-8 |
816 | 816 | ||
817 | #+begin_src emacs-lisp | 817 | #+begin_src emacs-lisp |
818 | (set-language-environment 'utf-8) | 818 | (set-language-environment "UTF-8") |
819 | (set-terminal-coding-system 'utf-8) | 819 | (set-terminal-coding-system 'utf-8) |
820 | (cuss locale-coding-system 'utf-8) | 820 | (cuss locale-coding-system 'utf-8) |
821 | (set-default-coding-systems 'utf-8) | 821 | (set-default-coding-systems 'utf-8) |