summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2017-04-27 22:26:43 -0400
committerKyle Meyer <kyle@kyleam.com>2017-04-27 22:26:43 -0400
commit28f4f2967e177c7e260d5249875cf67a87641a66 (patch)
tree5d02c428effd84f2ed7efb4021f9fb50b7fc0b59
parent18ad99407b7897a48364d7a0426e66746beea426 (diff)
downloademacs.d-28f4f2967e177c7e260d5249875cf67a87641a66.tar.gz
Add lispy to magit-blame-disable-modes
-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)