From 01085f37467da5d23563b37e5afacc3728a788ec Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:47:31 +0300 Subject: [PATCH] Locate the Elpaca init file using an absolute path --- .config/emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 53766c6..367ac34 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -1,4 +1,4 @@ -(load-file ".config/emacs/init-elpaca.el") +(load-file "~/.config/emacs/init-elpaca.el") (defun git-tracked-file-p (filename) "Check whether the file FILENAME is tracked by git."