Fix custom-file path
was relative (and therefore broken), is now absolute
This commit is contained in:
parent
0af00f80f6
commit
02816af560
@ -12,7 +12,7 @@
|
|||||||
read-file-name-completion-ignore-case t
|
read-file-name-completion-ignore-case t
|
||||||
inhibit-startup-screen t
|
inhibit-startup-screen t
|
||||||
vc-follow-symlinks t
|
vc-follow-symlinks t
|
||||||
custom-file "custom.el"
|
custom-file (expand-file-name "~/.emacs.d/custom.el")
|
||||||
gc-cons-threshold 100000000)
|
gc-cons-threshold 100000000)
|
||||||
(load-theme 'fred t)
|
(load-theme 'fred t)
|
||||||
(savehist-mode 1)
|
(savehist-mode 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user