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