[Init] Move around custom.el

This file differs between machines anyway, so there is no need to track it.
This commit is contained in:
Daniel - 2017-09-14 19:35:40 +02:00
parent 1badb3770c
commit 89bbdfbde6
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@
(setq user-full-name "Daniel Borchmann"
user-mail-address db/personal-mail-address)
(setq custom-file (expand-file-name "private/custom.el" emacs-d))
(setq custom-file (expand-file-name "custom.el" emacs-d))
(load-file custom-file)
(use-package cl-lib)