Documentation on how to custumoze internal default keybindings #82
-
Hi. Is there any recommended approach to customize minemacs/core/me-keybindings.el Line 68 in 16db93a Such as changing/overriding the default keybinding. Thanks! ❤️ |
Beta Was this translation helpful? Give feedback.
Answered by
abougouffa
Jun 21, 2023
Replies: 1 comment 1 reply
-
I did this in my ;;
;; Bring back favorite Doom's behavior
;;
;; SPC RET: bookmark-jump
(with-eval-after-load 'consult
(+map!
"RET" #'consult-bookmark
))
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
At the end of
general
'suse-package
block, I provideme-general-ready
. If you do something like:It should work as expected.