From 58c26f8e64fe2a0e9ff7f5e499f46dcec1429520 Mon Sep 17 00:00:00 2001 From: Daniel Bankmann Date: Sun, 3 Jan 2021 11:36:48 +0100 Subject: [PATCH] Fix issue #14250 by unshadowing 'K' --- layers/+emacs/org/packages.el | 1 + 1 file changed, 1 insertion(+) diff --git a/layers/+emacs/org/packages.el b/layers/+emacs/org/packages.el index 83a20266a..f89211e07 100644 --- a/layers/+emacs/org/packages.el +++ b/layers/+emacs/org/packages.el @@ -565,6 +565,7 @@ Headline^^ Visit entry^^ Filter^^ Da :bindings "j" 'org-agenda-next-line "k" 'org-agenda-previous-line + "K" nil ;; C-h should not be rebound by evilification so we unshadow it manually ;; TODO add the rule in auto-evilification to ignore C-h (like we do ;; with C-g)