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