mirror of
https://github.com/org-roam/org-roam
synced 2025-08-03 12:27:23 -05:00
fix lint
This commit is contained in:
@ -51,7 +51,7 @@ during the Org-roam capture process.")
|
|||||||
"Keywords used in `org-roam-capture-templates' specific to Org-roam.")
|
"Keywords used in `org-roam-capture-templates' specific to Org-roam.")
|
||||||
|
|
||||||
(defcustom org-roam-capture-templates
|
(defcustom org-roam-capture-templates
|
||||||
'((:key "d"
|
(list (list :key "d"
|
||||||
:desc "default"
|
:desc "default"
|
||||||
:body "%?"
|
:body "%?"
|
||||||
:file-path "%<%Y%m%d%H%M%S>-${slug}.org"
|
:file-path "%<%Y%m%d%H%M%S>-${slug}.org"
|
||||||
@ -65,7 +65,7 @@ TODO: Document this"
|
|||||||
)
|
)
|
||||||
|
|
||||||
(defcustom org-roam-capture-ref-templates
|
(defcustom org-roam-capture-ref-templates
|
||||||
'((:key "r"
|
'(list (list :key "r"
|
||||||
:desc "ref"
|
:desc "ref"
|
||||||
:body "%?"
|
:body "%?"
|
||||||
:file-path "${slug}.org"
|
:file-path "${slug}.org"
|
||||||
|
@ -61,7 +61,7 @@
|
|||||||
:type 'hook)
|
:type 'hook)
|
||||||
|
|
||||||
(defcustom org-roam-dailies-capture-templates
|
(defcustom org-roam-dailies-capture-templates
|
||||||
'((:key "d"
|
(list (list :key "d"
|
||||||
:desc "default"
|
:desc "default"
|
||||||
:body "* %?"
|
:body "* %?"
|
||||||
:file-path ,(concat org-roam-dailies-directory "%<%Y-%m-%d>")
|
:file-path ,(concat org-roam-dailies-directory "%<%Y-%m-%d>")
|
||||||
|
Reference in New Issue
Block a user