mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Correct +org/capture function name
This commit is contained in:
@ -24,5 +24,5 @@ fi
|
||||
|
||||
emacsclient -c \
|
||||
-F '((name . "org-capture") (width . 70) (height . 25))' \
|
||||
--eval "(+org-capture \"$key\" \"$2\")"
|
||||
--eval "(+org/capture \"$key\" \"$2\")"
|
||||
|
||||
|
@ -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