summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2014-12-17 13:46:44 +0900
committerSean Whitton <spwhitton@spwhitton.name>2015-06-08 08:33:58 +0900
commitbbc8e79c009f340f6bcda0c67421052885f0ca44 (patch)
treee232e06efeebbadeaf57224043d5ca0fa234222c
parentf3f065ef9c460375347bb050c4f6146ca6f99f82 (diff)
downloaddotfiles-bbc8e79c009f340f6bcda0c67421052885f0ca44.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 d427bb6c..7b189117 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -43,6 +43,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)))