aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org-roam.el
diff options
context:
space:
mode:
Diffstat (limited to 'oni-org-roam.el')
-rw-r--r--oni-org-roam.el6
1 files 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 <tom@ryuslash.org>
;; 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))