keybinds: bind tab and ret to org-mode-map for -cycle and -open-at-point

This commit is contained in:
Janis 2025-01-10 12:21:17 +01:00
parent 0470899b26
commit 92e5c747aa

View file

@ -840,8 +840,7 @@ Taken from [[https://sophiebos.io/posts/prettifying-emacs-org-mode/][ here]].
"m" '(:keymap nemo/org-map :wk "Org") "m" '(:keymap nemo/org-map :wk "Org")
) )
(general-def 'normal 'org-src-mode-map ",," 'org-edit-src-exit) (general-def 'normal 'org-src-mode-map ",," 'org-edit-src-exit)
(general-def 'normal (general-def 'normal 'org-mode-map
:keymaps 'org-mode-map
"TAB" 'org-cycle "TAB" 'org-cycle
"RET" 'org-open-at-point) "RET" 'org-open-at-point)
:config :config