diff options
author | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:57:42 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-08-05 01:57:42 +0000 |
commit | a172203aafb28686396fd736a324bfe74e2af446 (patch) | |
tree | b56cda9073367b16604dbdd66fcd12923a99f441 /dotemacs.el | |
parent | dfe2c51103d085171131eaadb7ae2a9686ea929c (diff) |
automatic import of emacsopeneuler24.03_LTS
Diffstat (limited to 'dotemacs.el')
-rw-r--r-- | dotemacs.el | 12 |
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) |