From 6ecc7a2ee47c8e860140cef3f8d8e37d9ecabcf3 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Fri, 14 Jul 2023 18:21:46 +0300 Subject: fix(tazjin/emacs): fix path to my custom.el Change-Id: If2a3f741a7b05358b6d09ea7c60d4a2fa3cf5263 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8968 Autosubmit: tazjin Reviewed-by: tazjin Tested-by: BuildkiteCI --- users/tazjin/emacs/config/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'users/tazjin/emacs/config/init.el') diff --git a/users/tazjin/emacs/config/init.el b/users/tazjin/emacs/config/init.el index 3f772ff371..8383f8ac33 100644 --- a/users/tazjin/emacs/config/init.el +++ b/users/tazjin/emacs/config/init.el @@ -277,7 +277,7 @@ ;; 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 "~/depot/tools/emacs/config/custom.el")) +(setq custom-file (f-join depot-path "users" "tazjin" "emacs" "config" "custom.el")) (load-library "custom") (defvar home-dir (expand-file-name "~")) -- cgit 1.4.1