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