[Misc] Use simpler name for custom-file

This commit is contained in:
Daniel - 2018-07-20 16:24:18 +02:00
parent c67255b7c5
commit 742296a5ce
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 2 deletions

View File

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