summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorAshley Duckworth2021-01-22 13:36:20 -0600
committerAshley Duckworth2021-01-22 13:36:20 -0600
commite74d77de507b49fefac9493e3e44c41d5b349eae (patch)
tree866bb7e11e3c3417e39f56b24ac55f5a24e5638a /config.org
parentRemove check for git executable around packages (diff)
downloademacs-e74d77de507b49fefac9493e3e44c41d5b349eae.tar.gz
emacs-e74d77de507b49fefac9493e3e44c41d5b349eae.zip
Add UTF-8 settings
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 3 insertions, 1 deletions
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.
703 (set-default-coding-systems 'utf-8) 703 (set-default-coding-systems 'utf-8)
704 (set-terminal-coding-system 'utf-8) 704 (set-terminal-coding-system 'utf-8)
705 (set-keyboard-coding-system 'utf-8) 705 (set-keyboard-coding-system 'utf-8)
706 (set-language-environment "UTF-8")
706 707
707 (setq-default buffer-file-coding-system 'utf-8 708 (setq-default locale-coding-system 'utf-8
709 buffer-file-coding-system 'utf-8
708 x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING)) 710 x-select-request-type '(UTF8_STRING COMPOUND_TEXT TEXT STRING))
709#+end_src 711#+end_src
710 712