blob: e1bee17a6b6b16c4ab851dac57dc9af63275f5ad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
;; .emacs
(custom-set-variables
;; uncomment to always end a file with a newline
;'(require-final-newline t)
;; uncomment to disable loading of "default.el" at startup
;'(inhibit-default-init t)
;; default to unified diffs
'(diff-switches "-u"))
;;; uncomment for CJK utf-8 support for non-Asian users
;; (require 'un-define)
|