init: Configure custom-file
Configure `custom-file` path. That is the file used for storing customization information. This is now set to "~/.emacs.d/custom.el".
This commit is contained in:
parent
b917efaa7c
commit
915026afe8
1 changed files with 4 additions and 0 deletions
|
@ -39,6 +39,10 @@
|
|||
;; configure packages (taken from https://r0tty.org/git/dotfiles/emacs)
|
||||
(require 'use-package)
|
||||
|
||||
;; file used for storing customization information
|
||||
(setq custom-file "~/.emacs.d/custom.el")
|
||||
(load custom-file)
|
||||
|
||||
;; set auth-sources
|
||||
(setq auth-sources '("~/.authinfo.gpg"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue