From 61d2f4551577b511e1bab61b8b4bc920621a7b33 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 23 Feb 2021 17:56:21 -0600 Subject: Reorganize UTF-8 thing --- config.org | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index e883bd3..74d1a41 100644 --- a/config.org +++ b/config.org @@ -1153,15 +1153,18 @@ I'm going to try it for now. It's 2020. Let's encode files like it is. #+begin_src emacs-lisp :noweb-ref settings - (prefer-coding-system 'utf-8) (set-charset-priority 'unicode) + (set-language-environment "UTF-8") + + (prefer-coding-system 'utf-8) (set-default-coding-systems 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) (set-selection-coding-system 'utf-8) - (set-language-environment "UTF-8") (setq-default locale-coding-system 'utf-8 + coding-system-for-read 'utf-8 + coding-system-for-write 'utf-8 buffer-file-coding-system 'utf-8 org-export-coding-system 'utf-8 default-process-coding-system '(utf-8-unix . utf-8-unix) -- cgit 1.4.1-21-gabe81