From 4b2180feba5ee550e4280600f7ed12b0323b0ca3 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 15 Mar 2020 19:13:17 -0700 Subject: emacs: ensure a few more things are utf8 --- emacs.d/custom/fcuny-settings.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-settings.el b/emacs.d/custom/fcuny-settings.el index db692d5..f232d52 100644 --- a/emacs.d/custom/fcuny-settings.el +++ b/emacs.d/custom/fcuny-settings.el @@ -2,6 +2,8 @@ ;; set utf-8 as the default encoding (prefer-coding-system 'utf-8-unix) +(setq locale-coding-system 'utf-8) +(set-language-environment 'utf-8) (set-terminal-coding-system 'utf-8) (set-keyboard-coding-system 'utf-8) -- cgit 1.4.1