diff options
Diffstat (limited to 'tools/emacs/config/init.el')
-rw-r--r-- | tools/emacs/config/init.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/emacs/config/init.el b/tools/emacs/config/init.el index d50e4baa2ae4..a27a17c6ddc0 100644 --- a/tools/emacs/config/init.el +++ b/tools/emacs/config/init.el @@ -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 "~")) |