From f1351390d24fcad9925fe4aa227df633d0e9ef5b Mon Sep 17 00:00:00 2001 From: Miquel Sabaté Solà Date: Mon, 11 Jun 2018 13:24:11 +0200 Subject: emacs: removed deprecated code from magit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Miquel Sabaté Solà --- emacs/init.org | 11 ----------- 1 file changed, 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 -- cgit v1.2.3