diff options
Diffstat (limited to 'oni-org-roam.el')
| -rw-r--r-- | oni-org-roam.el | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/oni-org-roam.el b/oni-org-roam.el index 289da05..33fdb91 100644 --- a/oni-org-roam.el +++ b/oni-org-roam.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2024.0212.234817 +;; Version: 2025.0305.235125 ;; Package-Requires: (oni-org org-roam) ;; This program is free software; you can redistribute it and/or modify @@ -29,11 +29,12 @@ ;;; Code: +(require 'oni-org) (require 'org-roam) (require 'seq) (setq org-roam-completion-everywhere t) -(setq org-roam-directory (expand-file-name "~/documents/exocortex-novus/reference/")) +(setq org-roam-directory (expand-file-name "reference/" oni-org-todo-dir)) (add-hook 'org-roam-mode-hook 'visual-line-mode) @@ -94,7 +95,7 @@ (setq org-roam-node-display-template (concat "${title:*} " - (propertize "${tags:10}" 'face 'org-tag))) + (propertize "${tags:40}" 'face 'org-tag))) ;; Only display unique references in the org-roam buffer. (setq org-roam-mode-sections |
