From f11b804dbd11c6288b7847dd3ef0551323392747 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 31 Jul 2022 03:57:30 +0100 Subject: nits --- init.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'init.el') 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) -- cgit v1.2.3