summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/init.el b/init.el
index 8d1ba17..75ae90d 100644
--- a/init.el
+++ b/init.el
@@ -936,6 +936,8 @@
magit-buffer-name-format "*%M%v: %t*")
(setq magit-no-confirm '(stage-all-changes unstage-all-changes reverse))
+ (add-to-list 'magit-blame-disable-modes 'lispy-mode)
+
(setq magit-branch-arguments
(delete "--track" magit-branch-arguments))
(setq magit-branch-popup-show-variables nil)