aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-03-28 11:37:30 -0700
committerGravatar Tom Willemse2021-03-28 11:37:30 -0700
commit1e0da964a403fa581551d174841ea3624cd77e35 (patch)
treeddf3b7f4a857543e3b420a766b5c9486af02bc01
parentdd9fedf8ff6b587586369ca634109a62e7270f8e (diff)
downloademacs-config-1e0da964a403fa581551d174841ea3624cd77e35.tar.gz
emacs-config-1e0da964a403fa581551d174841ea3624cd77e35.zip
Add ‘nroam’ to the ‘org-roam’ configuration
-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))