From e74d77de507b49fefac9493e3e44c41d5b349eae Mon Sep 17 00:00:00 2001 From: Ashley Duckworth Date: Fri, 22 Jan 2021 13:36:20 -0600 Subject: Add UTF-8 settings --- config.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'config.org') diff --git a/config.org b/config.org index d79f0d9..95483c3 100644 --- a/config.org +++ b/config.org @@ -703,8 +703,10 @@ It's 2020. Let's encode files like it is. (set-default-coding-systems 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) + (set-language-environment "UTF-8") - (setq-default buffer-file-coding-system 'utf-8 + (setq-default locale-coding-system 'utf-8 + buffer-file-coding-system 'utf-8 x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) #+end_src -- cgit 1.4.1-21-gabe81