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