mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
chore(org-mode): Use org-return-indent instead of newline-and-indent
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user