summaryrefslogtreecommitdiff
path: root/lisp/init-git.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2014-10-19 00:41:30 -0400
committerKyle Meyer <kyle@kyleam.com>2014-10-19 00:41:30 -0400
commiteaab40098aa8b65ce6da36e5389e2f9e98cbd6a3 (patch)
treec482912cbe15300bee426d46a9413307fe5fd713 /lisp/init-git.el
parent9c85cef3a2dc5ebf858b6813efd81a9c31f3be47 (diff)
downloademacs.d-eaab40098aa8b65ce6da36e5389e2f9e98cbd6a3.tar.gz
Disable magit-backup-mode
As of Magit c268e7f, backups won't occur if the mode is disabled.
Diffstat (limited to 'lisp/init-git.el')
-rw-r--r--lisp/init-git.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el
index 3c79a2a..5cfe9c0 100644
--- a/lisp/init-git.el
+++ b/lisp/init-git.el
@@ -124,7 +124,6 @@ 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)
@@ -133,6 +132,7 @@ START-POINT set to the current branch.
(add-hook 'git-commit-setup-hook 'git-commit-turn-on-flyspell))
(after 'magit
+ (magit-backup-mode -1)
(add-hook 'magit-find-file-hook 'view-mode)
(define-key magit-popup-mode-map (kbd "SPC <t>") 'magit-invoke-popup-switch)