From c32d5c78fbae6767ab4b2485fd752ba2aaca4425 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Wed, 17 Dec 2014 13:46:44 +0900 Subject: prefer Unicode in Emacs at school --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) 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))) -- cgit v1.2.3