Correct +org/capture function name
This commit is contained in:
parent
32708540fa
commit
b00d5edd26
2 changed files with 2 additions and 2 deletions
|
@ -24,5 +24,5 @@ fi
|
||||||
|
|
||||||
emacsclient -c \
|
emacsclient -c \
|
||||||
-F '((name . "org-capture") (width . 70) (height . 25))' \
|
-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
|
;;; lang/org/autoload/capture.el
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-capture (&optional key string)
|
(defun +org/capture (&optional key string)
|
||||||
"Initializes the current frame as a pop-up `org-capture' frame."
|
"Initializes the current frame as a pop-up `org-capture' frame."
|
||||||
(interactive)
|
(interactive)
|
||||||
(let ((key (or key "n"))
|
(let ((key (or key "n"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue