From e7f4dfe84ec4dc576061b92d71466b5263e96763 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 4 Jan 2021 10:47:56 -0800 Subject: Add org-journal and org-roam --- oni-org/oni-org.el | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index b6dc325..5a1737d 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.1229.213150 -;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons) +;; Version: 2021.0104.104539 +;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-journal org-roam) ;; 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 @@ -461,5 +461,17 @@ After running it once remove it from `org-capture-after-finalize-hook'." (org-goto-first-child) (list (point-marker)))) +;;; org-journal + +(setq org-journal-dir (expand-file-name "~/documents/org/journal/")) + +;;; org-roam + +(require 'org-roam) + +(setq org-roam-directory (expand-file-name "~/documents/org/")) + +(org-roam-mode) + (provide 'oni-org) ;;; oni-org.el ends here -- cgit v1.2.3-54-g00ecf