diff options
| author | 2026-07-07 15:09:06 -0700 | |
|---|---|---|
| committer | 2026-07-07 15:09:06 -0700 | |
| commit | 9011117e2554bf837d5224cd568ebaa89657a658 (patch) | |
| tree | 810417342f56b7b59aabe39417fc531866eb0fa4 | |
| parent | f1e5e3a4e8c7c30367cddf10ef136a74563c47b4 (diff) | |
| download | emacs-config-9011117e2554bf837d5224cd568ebaa89657a658.tar.gz emacs-config-9011117e2554bf837d5224cd568ebaa89657a658.zip | |
oni-org: Remove hidden roam dependency
| -rw-r--r-- | oni-org/oni-org.el | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el index c748317..1c6ef2f 100644 --- a/oni-org/oni-org.el +++ b/oni-org/oni-org.el @@ -4,7 +4,7 @@ ;; Author: Tom Willemse <tom@ryuslash.org> ;; Keywords: local -;; Version: 2026.0707.142905 +;; Version: 2026.0707.150746 ;; Package-Requires: (oni-hydra org org-edna diminish olivetti) ;; This program is free software; you can redistribute it and/or modify @@ -47,7 +47,6 @@ (require 'org-faces) (require 'org-habit) (require 'org-protocol) -(require 'org-roam) (require 'range) (require 'subr-x) @@ -248,7 +247,7 @@ _di_: Add inlineimages STARTUP ("A" (org-capture nil "a")) ("j" (org-capture nil "j")) ("f" oni-org-find-node) - ("i" org-roam-node-insert) + ;; ("i" org-roam-node-insert) ("di" oni-org-document-add-inline-images-startup)) (defun oni-org-in-dblock-p () |
