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