Add proper parent to embark navi keymap
This commit is contained in:
parent
3a74967ee3
commit
178b7038ca
@ -6,6 +6,7 @@
|
|||||||
:init
|
:init
|
||||||
(defvar-keymap embark-navi-map
|
(defvar-keymap embark-navi-map
|
||||||
:doc "Keymap for actions on Navi cheats"
|
:doc "Keymap for actions on Navi cheats"
|
||||||
|
:parent embark-general-map
|
||||||
"f" #'navi-visit-cheat-file)
|
"f" #'navi-visit-cheat-file)
|
||||||
(with-eval-after-load 'embark
|
(with-eval-after-load 'embark
|
||||||
(add-to-list 'embark-keymap-alist '(navi . embark-navi-map)))
|
(add-to-list 'embark-keymap-alist '(navi . embark-navi-map)))
|
||||||
|
Loading…
Reference in New Issue
Block a user