mirror of
https://github.com/org-roam/org-roam
synced 2025-08-01 12:17:21 -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.")
|
||||
|
||||
(defcustom org-roam-capture-templates
|
||||
'((:key "d"
|
||||
(list (list :key "d"
|
||||
:desc "default"
|
||||
:body "%?"
|
||||
:file-path "%<%Y%m%d%H%M%S>-${slug}.org"
|
||||
@ -65,7 +65,7 @@ TODO: Document this"
|
||||
)
|
||||
|
||||
(defcustom org-roam-capture-ref-templates
|
||||
'((:key "r"
|
||||
'(list (list :key "r"
|
||||
:desc "ref"
|
||||
:body "%?"
|
||||
:file-path "${slug}.org"
|
||||
|
@ -61,7 +61,7 @@
|
||||
:type 'hook)
|
||||
|
||||
(defcustom org-roam-dailies-capture-templates
|
||||
'((:key "d"
|
||||
(list (list :key "d"
|
||||
:desc "default"
|
||||
:body "* %?"
|
||||
:file-path ,(concat org-roam-dailies-directory "%<%Y-%m-%d>")
|
||||
|
Reference in New Issue
Block a user