From dd9fedf8ff6b587586369ca634109a62e7270f8e Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 25 Mar 2021 20:20:04 -0700 Subject: Decouple ‘oni-org’ and ‘oni-org-roam’ ‘org-roam’ doesn’t seem to work correctly on all the machines that I use ‘org-mode’ on. --- oni-org-roam.el | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 oni-org-roam.el (limited to 'oni-org-roam.el') diff --git a/oni-org-roam.el b/oni-org-roam.el new file mode 100644 index 0000000..b157b1c --- /dev/null +++ b/oni-org-roam.el @@ -0,0 +1,38 @@ +;;; oni-org-roam.el --- Configuration for org-roam -*- lexical-binding: t; -*- + +;; Copyright (C) 2021 Tom Willemse + +;; Author: Tom Willemse +;; Keywords: local +;; Version: 2021.0325.201203 +;; Package-Requires: (oni-org 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 +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Commentary: + +;; Configuration specific to ‘org-roam’. + +;;; Code: + +(require 'org-roam) + +(setq org-roam-directory (expand-file-name "~/documents/org/")) + +(org-roam-mode) + +;;;###autoload(with-eval-after-load 'org-roam (require 'oni-org-roam)) + +(provide 'oni-org-roam) +;;; oni-org-roam.el ends here -- cgit v1.2.3-54-g00ecf