Fix issue #14250 by unshadowing 'K'

This commit is contained in:
Daniel Bankmann 2021-01-03 11:36:48 +01:00 committed by Maximilian Wolff
parent c9800a3b1a
commit 58c26f8e64
1 changed files with 1 additions and 0 deletions

View File

@ -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)