From 3203dc865699772e1673fb03a11afe8843472964 Mon Sep 17 00:00:00 2001 From: Henrik Thuesen Date: Tue, 30 Apr 2019 21:48:43 +0200 Subject: [PATCH] Replace the use of `magit-log-popup' with `magit-log' (#1231) This is also mentioned in bbatsov/prelude#1226 and originates from magit/magit#3695. --- modules/prelude-evil.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/prelude-evil.el b/modules/prelude-evil.el index 31304c6..f970475 100644 --- a/modules/prelude-evil.el +++ b/modules/prelude-evil.el @@ -114,10 +114,10 @@ (evil-add-hjkl-bindings magit-commit-mode-map 'emacs) (evil-add-hjkl-bindings magit-branch-manager-mode-map 'emacs "K" 'magit-discard - "L" 'magit-log-popup) + "L" 'magit-log) (evil-add-hjkl-bindings magit-status-mode-map 'emacs "K" 'magit-discard - "l" 'magit-log-popup + "l" 'magit-log "h" 'magit-diff-toggle-refine-hunk) (setq evil-shift-width 2)