diff --git a/config.org b/config.org index c990b2b..7600947 100644 --- a/config.org +++ b/config.org @@ -759,6 +759,7 @@ https://github.com/victorhge/iedit :hook (prog-mode . yas-minor-mode) (org-mode . yas-minor-mode) + (text-mode . yas-minor-mode) :config (yas-reload-all) ) @@ -956,6 +957,8 @@ Preserve indentation in SRC blocks (org-roam-completion-everywhere t) :config (org-roam-setup) + (setq org-roam-node-display-template (concat "${title:*} " (propertize "${tags:10}" 'face 'org-tag))) + (org-roam-db-autosync-mode) ;; Add todo lists to org-agenda (custom-set-variables '(org-agenda-files (directory-files-recursively org-roam-directory "todo\\.org$"))) )