diff --git a/config.org b/config.org index 7600947..c990b2b 100644 --- a/config.org +++ b/config.org @@ -759,7 +759,6 @@ 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) ) @@ -957,8 +956,6 @@ 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$"))) )