diff options
author | Kyle Meyer <kyle@kyleam.com> | 2019-02-23 00:17:38 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2019-02-23 00:17:38 -0500 |
commit | a590918b84a35b606ae813feacec3b5988e052de (patch) | |
tree | efa9c705c856e27621affa216ac8369db0a30734 | |
parent | 797591e74c023391796f34f3c6f992ed96873350 (diff) | |
download | emacs.d-a590918b84a35b606ae813feacec3b5988e052de.tar.gz |
Update for magit-branch-popup-show-variables rename
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")) |