Forgot to remove some unnecessary org templates
This commit is contained in:
parent
1e08189024
commit
d50ffec3a3
@ -643,14 +643,6 @@ Org-roam is a plain-text knowledge management system. It brings some of Roam's m
|
|||||||
("p" "Project" plain
|
("p" "Project" plain
|
||||||
(file "~/Notes/Templates/Project.org")
|
(file "~/Notes/Templates/Project.org")
|
||||||
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
||||||
:unnarrowed t)
|
|
||||||
("a" "Article" plain
|
|
||||||
(file "~/Notes/Templates/Article.org")
|
|
||||||
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
|
||||||
:unnarrowed t)
|
|
||||||
("m" "Malware Sample" plain
|
|
||||||
(file "~/Notes/Templates/Malware.org")
|
|
||||||
:target (file+head "%<%Y%m%d%H%M%S>-${slug}.org" "#+title: ${title}\n")
|
|
||||||
:unnarrowed t)))
|
:unnarrowed t)))
|
||||||
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
|
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
|
||||||
(org-roam-db-autosync-mode))
|
(org-roam-db-autosync-mode))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user