Fix custom-file path

was relative (and therefore broken), is now absolute
This commit is contained in:
Adam Goldsmith 2015-10-10 12:52:26 -04:00
parent 0af00f80f6
commit 02816af560

View File

@ -12,7 +12,7 @@
read-file-name-completion-ignore-case t
inhibit-startup-screen t
vc-follow-symlinks t
custom-file "custom.el"
custom-file (expand-file-name "~/.emacs.d/custom.el")
gc-cons-threshold 100000000)
(load-theme 'fred t)
(savehist-mode 1)