summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-08-17 00:42:36 -0400
committerKyle Meyer <kyle@kyleam.com>2019-10-10 18:09:15 -0400
commit4a80effee526a83a9a04616e9536584dbf3d11b4 (patch)
tree408d2163d4b1764481e9745211af685d3a5d7659 /init.el
parent7ae8814d81028be0ac55a5f9b70eb162e6edbff2 (diff)
downloademacs.d-4a80effee526a83a9a04616e9536584dbf3d11b4.tar.gz
Restore magit-branch-direct-configure to default value
Otherwise I don't think it's possible to configure a branch that isn't checked out.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/init.el b/init.el
index 81f5291..26461b0 100644
--- a/init.el
+++ b/init.el
@@ -948,8 +948,6 @@
(add-to-list 'magit-blame-disable-modes 'lispy-mode)
- (setq magit-branch-direct-configure nil)
-
(remove-hook 'magit-refs-sections-hook #'magit-insert-tags)
(add-hook 'magit-log-mode-hook #'bug-reference-mode)