mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-29 14:33:34 -05:00
Correct +org/capture function name
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
;;; lang/org/autoload/capture.el
|
||||
|
||||
;;;###autoload
|
||||
(defun +org-capture (&optional key string)
|
||||
(defun +org/capture (&optional key string)
|
||||
"Initializes the current frame as a pop-up `org-capture' frame."
|
||||
(interactive)
|
||||
(let ((key (or key "n"))
|
||||
|
Reference in New Issue
Block a user