diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-10-14 14:49:38 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-10-14 14:49:38 -0700 |
commit | 401c7e78561920c6557ee8f0acdfa447666902e1 (patch) | |
tree | cb5f6f43fb960f79b946ba5e3fa5fbbb598e9481 | |
parent | [emacs] Change the font size and the frame's title. (diff) | |
download | emacs.d-401c7e78561920c6557ee8f0acdfa447666902e1.tar.gz |
[emacs] Use unicode for everything.
-rw-r--r-- | emacs.d/lib/my-settings.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/emacs.d/lib/my-settings.el b/emacs.d/lib/my-settings.el index ec5c4b6..efdc410 100644 --- a/emacs.d/lib/my-settings.el +++ b/emacs.d/lib/my-settings.el @@ -13,6 +13,8 @@ ;; set utf-8 as the default encoding (prefer-coding-system 'utf-8-unix) +(set-terminal-coding-system 'utf-8) +(set-keyboard-coding-system 'utf-8) ;; reload the buffer when a file changes (global-auto-revert-mode 1) |