Skip to content

Commit

Permalink
tweak(skel): update org-roam config example
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed May 31, 2023
1 parent ad08679 commit 1e9d244
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions skel/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,12 @@
"projects.org"))))

;; Module: `me-notes' -- Package: `org-roam'
;; For better integration with other packages (like `citar-org-roam'), it is
;; recommended to set the `org-roam-directory' before loading the package.
(setq org-roam-directory "~/Org/slip-box/")

(with-eval-after-load 'org-roam
(setq org-roam-directory (concat org-directory "slip-box/")
org-roam-db-location (concat org-roam-directory "org-roam.db"))
(setq org-roam-db-location (concat org-roam-directory "org-roam.db"))

;; Register capture template (via Org-Protocol)
;; Add this as bookmarklet in your browser
Expand Down

0 comments on commit 1e9d244

Please sign in to comment.