Add keybinding for `unpackaged/org-return-dwim'

This commit is contained in:
Case Duckworth 2021-03-13 01:56:50 -06:00
parent b5b1f51c88
commit b52013f05f
1 changed files with 2 additions and 1 deletions

View File

@ -431,7 +431,8 @@ indicator in the mode-line."
(org-export-headline-levels 8)
(org-export-with-smart-quotes t)
(org-export-with-sub-superscripts t))
:hooks ((before-save-hook acdw/hook--org-mode-fix-blank-lines)))
:hooks ((before-save-hook acdw/hook--org-mode-fix-blank-lines))
:binds (("RET" unpackaged/org-return-dwim :map org-mode-map)))
;;; Programming languages