[Misc] Load customization directly from private/

No need anymore for symbolic links (yay for Windows!)
This commit is contained in:
Daniel - 2017-11-14 16:12:04 +01:00
parent 7b9a56bfc8
commit 5b06fad486
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 1 deletions

View File

@ -354,7 +354,9 @@ _h_ _l_ _o_k _y_ank
;; * Builtin Variables
(setq custom-file (expand-file-name "custom.el" emacs-d))
(setq custom-file
(expand-file-name (concat "private/custom." system-name ".el")
emacs-d))
(use-package cl-lib)
(use-package subr-x)