From 7346ce8c248bc4bcdd7ebc21e7ff66f959d83942 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Mon, 2 Dec 2024 05:08:08 +0000 Subject: automatic import of emacs --- dotemacs.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dotemacs.el (limited to 'dotemacs.el') 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) -- cgit v1.2.3