diff options
author | Kyle Meyer <kyle@kyleam.com> | 2014-10-11 23:03:29 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2014-10-11 23:03:29 -0400 |
commit | e23fcd911bc8f80d8f6509d4462da80cdf15cc29 (patch) | |
tree | 1f9d80eb417f4ddf0c6545916ce7c555c731fb10 | |
parent | 143cd32d9d36fa7fa245d3834d930b75d8cc8413 (diff) | |
download | emacs.d-e23fcd911bc8f80d8f6509d4462da80cdf15cc29.tar.gz |
Unset magit-backup-untracked
-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 0040f3d..7d38257 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -82,6 +82,7 @@ START-POINT set to the current branch. magit-popup-show-help-echo nil magit-popup-show-help-section nil magit-popup-use-prefix-argument 'default + magit-backup-untracked nil magit-log-show-margin nil) (setq vc-follow-symlinks t) |