diff options
-rw-r--r-- | lisp/init-git.el | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lisp/init-git.el b/lisp/init-git.el index de3c805..0e18040 100644 --- a/lisp/init-git.el +++ b/lisp/init-git.el @@ -25,9 +25,7 @@ ;; http://whattheemacsd.com/setup-magit.el-01.html (add-hook 'magit-status-mode-hook 'delete-other-windows) (after 'magit - (remove-hook 'magit-refs-sections-hook 'magit-insert-tags) - - (magit-backup-mode -1)) + (remove-hook 'magit-refs-sections-hook 'magit-insert-tags)) (after 'git-commit (add-hook 'git-commit-setup-hook |