From 1e0da964a403fa581551d174841ea3624cd77e35 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 28 Mar 2021 11:37:30 -0700 Subject: [PATCH] =?UTF-8?q?Add=20=E2=80=98nroam=E2=80=99=20to=20the=20?= =?UTF-8?q?=E2=80=98org-roam=E2=80=99=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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))