fix(emacs.d): Fix loading of custom.el
This commit is contained in:
parent
c8bf0f9008
commit
f69dfbc40e
1 changed files with 2 additions and 3 deletions
|
@ -134,9 +134,8 @@
|
|||
;; The way this will work for now is that Emacs will *write*
|
||||
;; configuration to the file tracked in my repository, while not
|
||||
;; actually *reading* it from there (unless Emacs is rebuilt).
|
||||
(setq custom-file
|
||||
(expand-file-name "~/projects/tazjin/tools/emacs/config/custom.el"))
|
||||
(require 'custom)
|
||||
(setq custom-file (expand-file-name "~/depot/tools/emacs/config/custom.el"))
|
||||
(load-library "custom")
|
||||
|
||||
(defvar home-dir (expand-file-name "~"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue