keybinds: bind tab and ret to org-mode-map for -cycle and -open-at-point
This commit is contained in:
parent
0470899b26
commit
92e5c747aa
3
init.org
3
init.org
|
@ -840,8 +840,7 @@ Taken from [[https://sophiebos.io/posts/prettifying-emacs-org-mode/][ here]].
|
|||
"m" '(:keymap nemo/org-map :wk "Org")
|
||||
)
|
||||
(general-def 'normal 'org-src-mode-map ",," 'org-edit-src-exit)
|
||||
(general-def 'normal
|
||||
:keymaps 'org-mode-map
|
||||
(general-def 'normal 'org-mode-map
|
||||
"TAB" 'org-cycle
|
||||
"RET" 'org-open-at-point)
|
||||
:config
|
||||
|
|
Loading…
Reference in a new issue