Add todo state to roam node template
This commit is contained in:
parent
b001baf759
commit
353f862ce7
3
init.el
3
init.el
|
@ -654,7 +654,8 @@
|
|||
(propertize "${file}" 'face 'dired-directory)
|
||||
(propertize ":${olp}:" 'face 'org-roam-olp)
|
||||
(propertize "${title}" 'face 'org-roam-title)
|
||||
(propertize " ${tags} " 'face 'org-roam-header-line)))
|
||||
(propertize " ${tags} " 'face 'org-roam-header-line)
|
||||
(propertize " ${todo} " 'face 'org-headline-todo)))
|
||||
:config
|
||||
(mkdir org-roam-directory t)
|
||||
(add-to-list 'display-buffer-alist
|
||||
|
|
Loading…
Reference in a new issue