diff options
-rw-r--r-- | lisp/init-git.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 65027ad..53a039e 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -1,6 +1,7 @@ (require-package 'magit) (require-package 'git-commit-mode) (require-package 'git-annex) +(require 'git-annex) (setq git-annex-commit nil) |