mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
nit: fix docstrings
This commit is contained in:
@ -15,9 +15,9 @@ PRED can either be a regexp string or a major mode symbol. PLIST may contain
|
|||||||
these properties:
|
these properties:
|
||||||
|
|
||||||
:when FUNCTION
|
:when FUNCTION
|
||||||
Provides a secondary predicate. This function takes no arguments and is
|
Provides a secondary predicate. This function takes the filename as an
|
||||||
executed from within the target buffer. If it returns nil, this rule will be
|
argument and is executed from within the target buffer. If it returns nil,
|
||||||
skipped over.
|
this rule will be skipped over.
|
||||||
:trigger STRING|FUNCTION
|
:trigger STRING|FUNCTION
|
||||||
If a string, this is the yasnippet trigger keyword used to trigger the
|
If a string, this is the yasnippet trigger keyword used to trigger the
|
||||||
target snippet.
|
target snippet.
|
||||||
|
@ -84,7 +84,7 @@ If it is an absolute path return `+org-capture-todo-file' verbatim."
|
|||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +org-capture-notes-file ()
|
(defun +org-capture-notes-file ()
|
||||||
"Expand `+org-capture-notes-file' from `org-directory'.
|
"Expand `+org-capture-notes-file' from `org-directory'.
|
||||||
If it is an absolute path return `+org-capture-todo-file' verbatim."
|
If it is an absolute path return `+org-capture-notes-file' verbatim."
|
||||||
(expand-file-name +org-capture-notes-file org-directory))
|
(expand-file-name +org-capture-notes-file org-directory))
|
||||||
|
|
||||||
(defun +org--capture-local-root (path)
|
(defun +org--capture-local-root (path)
|
||||||
|
Reference in New Issue
Block a user