mirror of
https://git.savannah.gnu.org/git/emacs/org-mode.git
synced 2025-01-09 15:50:59 +00:00
org-keys: Fix last commit
This commit is contained in:
parent
8a1957d592
commit
354e2d4a2d
@ -449,7 +449,7 @@ COMMANDS is a list of alternating OLDDEF NEWDEF command names."
|
||||
(define-key org-mode-map (kbd "<backtab>") #'org-shifttab)
|
||||
|
||||
;;;; RET key with modifiers
|
||||
(org-defkey org-mode-map (kbd "S-RET>") #'org-table-copy-down)
|
||||
(org-defkey org-mode-map (kbd "S-RET") #'org-table-copy-down)
|
||||
(org-defkey org-mode-map (kbd "M-S-RET") #'org-insert-todo-heading)
|
||||
(org-defkey org-mode-map (kbd "ESC S-RET") #'org-insert-todo-heading)
|
||||
(org-defkey org-mode-map (kbd "M-RET") #'org-meta-return)
|
||||
|
Loading…
Reference in New Issue
Block a user