summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-02-23 00:17:38 -0500
committerKyle Meyer <kyle@kyleam.com>2019-02-23 00:17:38 -0500
commita590918b84a35b606ae813feacec3b5988e052de (patch)
treeefa9c705c856e27621affa216ac8369db0a30734 /init.el
parent797591e74c023391796f34f3c6f992ed96873350 (diff)
downloademacs.d-a590918b84a35b606ae813feacec3b5988e052de.tar.gz
Update for magit-branch-popup-show-variables rename
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 909418f..92ab61f 100644
--- a/init.el
+++ b/init.el
@@ -951,7 +951,7 @@
(add-to-list 'magit-blame-disable-modes 'lispy-mode)
- (setq magit-branch-popup-show-variables nil)
+ (setq magit-branch-direct-configure nil)
(setq magit-show-refs-arguments '("--sort=-committerdate"))