From e9230aba2dfa346c71dde102b18fd25bfa491068 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 12 Aug 2020 20:45:24 -0700 Subject: [PATCH] Remove dependency on org-roam --- oni-org/oni-org.el | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index 33f3f29..493cbd9 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,8 +4,8 @@ ;; Author: Tom Willemse ;; Keywords: local -;; Version: 2020.0812.204341 -;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons org-roam) +;; Version: 2020.0812.204516 +;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org-plus-contrib org-bullets org-edna diminish all-the-icons) ;; 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 @@ -37,7 +37,6 @@ (require 'org-element) (require 'org-faces) (require 'org-habit) -(require 'org-roam) (require 'subr-x) (require 'yasnippet) @@ -200,8 +199,6 @@ _l_: Store link ^^ _j_: Journal entry (setq org-src-fontify-natively t) (setq org-use-fast-todo-selection t) -(setq org-roam-directory "~/documents/zettelkasten") - ;;; Set the maximum indentation level for description lists to 5 (which is the ;;; seemingly hardcoded value of the indentation it gets when it goes over ;;; ‘org-list-description-max-indent’) so that I don’t get dangling descriptions @@ -339,7 +336,6 @@ also move point to the start of the heading." (add-hook 'org-mode-hook 'org-indent-mode) (add-hook 'org-mode-hook 'visual-line-mode) -(org-roam-mode) (org-edna-mode) (unless (eq system-type 'windows-nt)