summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2022-04-25 00:02:38 -0400
committerKyle Meyer <kyle@kyleam.com>2022-07-20 21:06:33 -0400
commita6cb8b74c1d612be9726a4cc8da70cadecb381b1 (patch)
tree22b7aaaf8b6307dd4bebe9fad685f7816b7f56aa
parent98271f2b9e082d71bc158a2ff7a99f7ee3e1b141 (diff)
downloademacs.d-a6cb8b74c1d612be9726a4cc8da70cadecb381b1.tar.gz
init.el: Add compat to load path
This is a new Magit dependency.
-rw-r--r--init.el3
1 files changed, 3 insertions, 0 deletions
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/")