[Init] Update headings

This commit is contained in:
Daniel - 2017-10-17 22:21:28 +02:00
parent 8e57752bc7
commit 488b021138
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 4 additions and 1 deletions

View File

@ -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))