about summary refs log tree commit diff
path: root/tools/emacs/config/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'tools/emacs/config/init.el')
-rw-r--r--tools/emacs/config/init.el5
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/emacs/config/init.el b/tools/emacs/config/init.el
index d50e4baa2a..a27a17c6dd 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 "~"))