summaryrefslogtreecommitdiff
path: root/dotemacs.el
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-12-02 05:08:08 +0000
committerCoprDistGit <infra@openeuler.org>2024-12-02 05:08:08 +0000
commit7346ce8c248bc4bcdd7ebc21e7ff66f959d83942 (patch)
tree0cac8f682d91e2997e998c47492462f86e19e011 /dotemacs.el
parentd610ee73405747b67cb094b0ec2f011e7a1d6e22 (diff)
automatic import of emacs
Diffstat (limited to 'dotemacs.el')
-rw-r--r--dotemacs.el12
1 files changed, 12 insertions, 0 deletions
diff --git a/dotemacs.el b/dotemacs.el
new file mode 100644
index 0000000..e1bee17
--- /dev/null
+++ b/dotemacs.el
@@ -0,0 +1,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)