summaryrefslogtreecommitdiffhomepage
path: root/init.el
diff options
context:
space:
mode:
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)