chore(org-mode): Use org-return-indent instead of newline-and-indent

This commit is contained in:
2020-03-15 23:11:37 +00:00
parent 25152e1318
commit e257cc6245

View File

@@ -14,8 +14,8 @@
(use-package org
:bind (:map org-mode-map
("C-j" . newline-and-indent)
("RET" . newline-and-indent)
("C-j" . org-return-indent)
("RET" . org-return-indent)
("M-{" . org-promote-subtree)
("M-}" . org-demote-subtree)
("M-P" . org-metaup)