aboutsummaryrefslogtreecommitdiff
path: root/emacs/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/init.org')
-rw-r--r--emacs/init.org11
1 files changed, 0 insertions, 11 deletions
diff --git a/emacs/init.org b/emacs/init.org
index 160c904..bd09f58 100644
--- a/emacs/init.org
+++ b/emacs/init.org
@@ -1001,17 +1001,6 @@ cases, set the proper default mode.
(evil-set-initial-state 'magit-log-edit-mode 'insert))
#+END_SRC
-When showing the status, hide the usually-redundant "branch" section and show
-the rest.
-
-#+BEGIN_SRC elisp
- (add-hook 'magit-section-set-visibility-hook
- '(lambda (section)
- (if (string= (magit-section-type section) "branch")
- 'hide
- 'show)))
-#+END_SRC
-
Set a key binding for =magit-log-buffer-file=.
#+BEGIN_SRC elisp