af38e7
;; .emacs
af38e7
af38e7
(custom-set-variables
af38e7
 ;; uncomment to always end a file with a newline
af38e7
 ;'(require-final-newline t)
af38e7
 ;; uncomment to disable loading of "default.el" at startup
af38e7
 ;'(inhibit-default-init t)
af38e7
 ;; default to unified diffs
af38e7
 '(diff-switches "-u"))
af38e7
af38e7
;;; uncomment for CJK utf-8 support for non-Asian users
af38e7
;; (require 'un-define)