summary refs log tree commit diff
path: root/emacs.d/custom
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d/custom')
-rw-r--r--emacs.d/custom/fcuny-settings.el2
1 files changed, 2 insertions, 0 deletions
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)