summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2022-07-31 03:57:30 +0100
committerjao <jao@gnu.org>2022-07-31 03:57:30 +0100
commitf11b804dbd11c6288b7847dd3ef0551323392747 (patch)
treee970071ea29e0cb0c5c11f825b2160382327d17b /init.el
parent87c889717ab1b7a09995672a162188b221a804b3 (diff)
downloadelibs-f11b804dbd11c6288b7847dd3ef0551323392747.tar.gz
elibs-f11b804dbd11c6288b7847dd3ef0551323392747.tar.bz2
nits
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/init.el b/init.el
index dc72deb..dbcf67a 100644
--- a/init.el
+++ b/init.el
@@ -79,6 +79,7 @@
(require 'info)
(add-to-list 'Info-directory-list jao-info-dir)
+;;; Custom file and preamble
;;;; custom location of custom.el and co.
(setq custom-file (jao-site-el "custom"))
;; (load custom-file)
@@ -89,6 +90,7 @@
;;;; preamble (pre.el)
(jao-load-site-el "pre")
+;;; System Utilities
;;;; session and history
(setq backup-directory-alist (quote (("." . "~/.emacs.d/backups"))))
(setq delete-old-versions t
@@ -134,9 +136,6 @@
;;;; timers
(put 'list-timers 'disabled nil)
-;; (unless (daemonp) (server-start))
-
-;;; System Utilities
;;;; tramp
(setq tramp-mode nil)