summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-21 22:53:36 -0600
committerCase Duckworth2020-12-21 22:53:36 -0600
commit505e1c1833fb6170e576e4381fcfbb6afca8ebc6 (patch)
tree849db342e9c77a2ff7989f93cd196a74fe90268e /config.org
parentAdd keybindings (diff)
downloademacs-505e1c1833fb6170e576e4381fcfbb6afca8ebc6.tar.gz
emacs-505e1c1833fb6170e576e4381fcfbb6afca8ebc6.zip
Possibly fix UTF-8 encoding
Diffstat (limited to 'config.org')
-rw-r--r--config.org2
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)