From a6cb8b74c1d612be9726a4cc8da70cadecb381b1 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 25 Apr 2022 00:02:38 -0400 Subject: init.el: Add compat to load path This is a new Magit dependency. --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 3bdf901..1f41a00 100644 --- a/init.el +++ b/init.el @@ -888,6 +888,9 @@ :config (setq git-annex-commit nil)) +(use-package compat + :load-path "~/src/emacs/compat/") + (use-package with-editor :load-path "~/src/emacs/with-editor/") -- cgit v1.2.3