From 27c12a2308776261c30f28f5276d8aa609c8d74b Mon Sep 17 00:00:00 2001 From: David Florness Date: Thu, 6 Jun 2019 23:00:49 -0600 Subject: [PATCH] Set language environment to UTF-8 --- lisp/setup-appearance.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lisp/setup-appearance.el b/lisp/setup-appearance.el index e799fb5..2ac3cf2 100644 --- a/lisp/setup-appearance.el +++ b/lisp/setup-appearance.el @@ -13,6 +13,10 @@ nil t)) +(set-language-environment "UTF-8") +(prefer-coding-system 'utf-8) + + (menu-bar-mode 0) ; Disable menu bar (scroll-bar-mode 0) ; Disable scroll bar (tool-bar-mode 0) ; Disable tool bar -- 2.38.4