refactor(org): name anonymous keybind on RET
Makes it easier to advise, swap, or reference.
This commit is contained in:
parent
d499b98c87
commit
9672dbcb5e
2 changed files with 8 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue