From 742296a5ce5984900747bf3485b14519f8ac87e8 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 20 Jul 2018 16:24:18 +0200 Subject: [PATCH] [Misc] Use simpler name for custom-file --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index d562b6a..0b1ea90 100644 --- a/init.el +++ b/init.el @@ -291,8 +291,7 @@ ;; * Builtin Variables (setq custom-file - (expand-file-name (concat "private/custom." (system-name) ".el") - emacs-d)) + (expand-file-name "private/custom.el" emacs-d)) (use-package cl-lib) (use-package subr-x)