diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2020-03-15 19:13:17 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2020-03-15 19:13:17 -0700 |
commit | 4b2180feba5ee550e4280600f7ed12b0323b0ca3 (patch) | |
tree | 5806104358cd9ddff7b52f028562ccd717ab8abe /emacs | |
parent | emacs: move configuration for the fringe (diff) | |
download | emacs.d-4b2180feba5ee550e4280600f7ed12b0323b0ca3.tar.gz |
emacs: ensure a few more things are utf8
Diffstat (limited to '')
-rw-r--r-- | emacs.d/custom/fcuny-settings.el | 2 |
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) |