From 5b06fad486308d8cbb266f0237345687f4f5437a Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Tue, 14 Nov 2017 16:12:04 +0100 Subject: [PATCH] [Misc] Load customization directly from private/ No need anymore for symbolic links (yay for Windows!) --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 187abda..6583e7c 100644 --- a/init.el +++ b/init.el @@ -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)