From 1e0da964a403fa581551d174841ea3624cd77e35 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 28 Mar 2021 11:37:30 -0700 Subject: Add ‘nroam’ to the ‘org-roam’ configuration --- oni-org-roam.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/oni-org-roam.el b/oni-org-roam.el index b157b1c..da93d69 100644 --- a/oni-org-roam.el +++ b/oni-org-roam.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2021.0325.201203 -;; Package-Requires: (oni-org org-roam) +;; Version: 2021.0328.113628 +;; Package-Requires: (oni-org org-roam nroam) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -30,6 +30,8 @@ (setq org-roam-directory (expand-file-name "~/documents/org/")) +(add-hook 'org-mode-hook 'nroam-setup-maybe) + (org-roam-mode) ;;;###autoload(with-eval-after-load 'org-roam (require 'oni-org-roam)) -- cgit v1.2.3-54-g00ecf