mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-18 16:06:56 -05:00
refactor(org): name anonymous keybind on RET
Makes it easier to advise, swap, or reference.
This commit is contained in:
@@ -132,6 +132,12 @@
|
||||
;;
|
||||
;;; Commands
|
||||
|
||||
;;;###autoload
|
||||
(defun +org/return ()
|
||||
"Call `org-return' then indent (if `electric-indent-mode' is on)."
|
||||
(interactive)
|
||||
(org-return electric-indent-mode))
|
||||
|
||||
;;;###autoload
|
||||
(defun +org/dwim-at-point (&optional arg)
|
||||
"Do-what-I-mean at point.
|
||||
|
Reference in New Issue
Block a user