From 488b0211382d8ef977b5492793b86069cd7dcdf5 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 17 Oct 2017 22:21:28 +0200 Subject: [PATCH] [Init] Update headings --- init.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 2e00558..1d48f72 100644 --- a/init.el +++ b/init.el @@ -292,7 +292,7 @@ _h_ _l_ _o_k _y_ank (add-hook 'after-init-hook #'db/run-init) -;; * Builtin Variables +;; * Personal customization (use-package db-private :load-path "private" @@ -310,6 +310,9 @@ _h_ _l_ _o_k _y_ank :group 'help :tag "Personal settings") + +;; * Builtin Variables + (setq custom-file (expand-file-name "custom.el" emacs-d)) (when (file-exists-p custom-file) (load-file custom-file))