1
0
Fork 0

Add ‘nroam’ to the ‘org-roam’ configuration

This commit is contained in:
Tom Willemse 2021-03-28 11:37:30 -07:00
parent dd9fedf8ff
commit 1e0da964a4

View file

@ -4,8 +4,8 @@
;; Author: Tom Willemse <tom@ryuslash.org> ;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local ;; Keywords: local
;; Version: 2021.0325.201203 ;; Version: 2021.0328.113628
;; Package-Requires: (oni-org org-roam) ;; Package-Requires: (oni-org org-roam nroam)
;; This program is free software; you can redistribute it and/or modify ;; 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 ;; 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/")) (setq org-roam-directory (expand-file-name "~/documents/org/"))
(add-hook 'org-mode-hook 'nroam-setup-maybe)
(org-roam-mode) (org-roam-mode)
;;;###autoload(with-eval-after-load 'org-roam (require 'oni-org-roam)) ;;;###autoload(with-eval-after-load 'org-roam (require 'oni-org-roam))