diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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/") |