add(org-roam): don't limit tags to 10 chars
This commit is contained in:
parent
cea6f3f2c0
commit
28dae3bfeb
1 changed files with 1 additions and 1 deletions
|
|
@ -957,7 +957,7 @@ Preserve indentation in SRC blocks
|
||||||
(org-roam-completion-everywhere t)
|
(org-roam-completion-everywhere t)
|
||||||
:config
|
:config
|
||||||
(org-roam-setup)
|
(org-roam-setup)
|
||||||
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag)))
|
(setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags}" 'face 'org-tag)))
|
||||||
(org-roam-db-autosync-mode)
|
(org-roam-db-autosync-mode)
|
||||||
;; Add todo lists to org-agenda
|
;; Add todo lists to org-agenda
|
||||||
(custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$")))
|
(custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue