From f69dfbc40e0e8f3f1babfbed38cbbfb1eeb99057 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 14 Dec 2019 17:15:18 +0000 Subject: fix(emacs.d): Fix loading of custom.el --- tools/emacs/config/init.el | 5 ++--- 1 file 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 "~")) -- cgit 1.4.1