summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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/")