From 2558455597da2a21179e01f438f0be4974b41b6c Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 8 Feb 2021 16:43:00 -0600 Subject: MOAR UNICODE --- config.org | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 9533828..eb040e7 100644 --- a/config.org +++ b/config.org @@ -1149,13 +1149,17 @@ 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-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 buffer-file-coding-system 'utf-8 + org-export-coding-system 'utf-8 + default-process-coding-system '(utf-8-unix . utf-8-unix) x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) #+end_src -- cgit 1.4.1-21-gabe81