Add ‘nroam’ to the ‘org-roam’ configuration
This commit is contained in:
parent
dd9fedf8ff
commit
1e0da964a4
1 changed files with 4 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue