diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-07-30 22:21:10 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-07-30 22:21:10 -0400 |
commit | 33ba4129b2836a9fb7dcc8f8fe34b4f669477350 (patch) | |
tree | e562ba336bc6623eadee9af26fdccead5b82a69c /lisp | |
parent | 95ac99777662449869bd848afd3862ae45cebb69 (diff) | |
download | emacs.d-33ba4129b2836a9fb7dcc8f8fe34b4f669477350.tar.gz |
Install git timemachine
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-git.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index 8ea78e3..deb3720 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -7,6 +7,8 @@ (require-package 'git-annex) (require 'git-annex) +(require-package 'git-timemachine) + (setq git-annex-commit nil) (require 'magit-annex-autoloads) |