summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)