:input layout: fix calls of +layout-bepo-rotate-keymaps pt.2 (#4973)
* :input layout: fix calls of +layout-bepo-rotate-keymaps pt.2
This commit is contained in:
parent
e68c83fd4e
commit
dbd49922b8
1 changed files with 1 additions and 2 deletions
|
@ -180,7 +180,7 @@ In all cases, 'h' functions go to 'c' and 'l' ones go to 'r' so the navigation k
|
||||||
:m "(c" #'org-babel-previous-src-block))
|
:m "(c" #'org-babel-previous-src-block))
|
||||||
(after! (evil org evil-org-agenda)
|
(after! (evil org evil-org-agenda)
|
||||||
(+layout-bepo-rotate-bare-keymap '(org-agenda-keymap) +layout-bepo-cr-rotation-style)
|
(+layout-bepo-rotate-bare-keymap '(org-agenda-keymap) +layout-bepo-cr-rotation-style)
|
||||||
(+layout-bepo-rotate-keymaps nil '(evil-org-agenda-mode-map)))
|
(+layout-bepo-rotate-keymaps '(evil-org-agenda-mode-map)))
|
||||||
(after! notmuch
|
(after! notmuch
|
||||||
;; Without this, "s" is mapped to `notmuch-search' and takes precedence over
|
;; Without this, "s" is mapped to `notmuch-search' and takes precedence over
|
||||||
;; the evil command to go up one line
|
;; the evil command to go up one line
|
||||||
|
@ -222,7 +222,6 @@ In all cases, 'h' functions go to 'c' and 'l' ones go to 'r' so the navigation k
|
||||||
;; Therefore to prevent a "double rotation" issue, `magit-mode-map' is
|
;; Therefore to prevent a "double rotation" issue, `magit-mode-map' is
|
||||||
;; changed last.
|
;; changed last.
|
||||||
(+layout-bepo-rotate-keymaps
|
(+layout-bepo-rotate-keymaps
|
||||||
nil
|
|
||||||
'(magit-cherry-mode-map
|
'(magit-cherry-mode-map
|
||||||
magit-blob-mode-map
|
magit-blob-mode-map
|
||||||
magit-diff-mode-map
|
magit-diff-mode-map
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue