summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2014-12-17 13:46:44 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-05-26 08:42:28 +0900
commit101e231d3a79f5b6b49cfdf6c8cb60907b689aee (patch)
treebad4f18595611ea85c622a7c1ba79d9428795751
parenta76695d86d8397b6a37d714274369f73c16c290e (diff)
downloaddotfiles-101e231d3a79f5b6b49cfdf6c8cb60907b689aee.tar.gz
prefer Unicode in Emacs at school
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 6897b78a..e9cc38cf 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -40,6 +40,10 @@
(load-file (concat user-emacs-directory "init-term.el"))
+;;; preferred charset at work
+
+(prefer-coding-system 'utf-8)
+
;;; put backups and autosaves in /tmp
(defconst emacs-tmp-dir (format "%s/%s%s/" temporary-file-directory "emacs" (user-uid)))