aboutsummaryrefslogtreecommitdiffstats
path: root/oni-org
diff options
context:
space:
mode:
authorGravatar Tom Willemse2021-10-06 01:14:14 -0700
committerGravatar Tom Willemse2021-10-06 01:15:12 -0700
commit82fbd7e4b2df820886d7df3d6bb57fdb795e82e9 (patch)
tree9efd10d0833f677abe26fd17d1d344f0778d7324 /oni-org
parent581a5743737a4afa35ee5d8ad9fbcfe097f255d5 (diff)
downloademacs-config-82fbd7e4b2df820886d7df3d6bb57fdb795e82e9.tar.gz
emacs-config-82fbd7e4b2df820886d7df3d6bb57fdb795e82e9.zip
[oni-org] Bring back Org Roam
Diffstat (limited to 'oni-org')
-rw-r--r--oni-org/oni-org.el11
1 files changed, 6 insertions, 5 deletions
diff --git a/oni-org/oni-org.el b/oni-org/oni-org.el
index e182284..544b8d0 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: 2021.0916.150621
+;; Version: 2021.1006.011505
;; Package-Requires: (oni-yasnippet oni-alert oni-hydra org org-contrib org-bullets org-edna diminish all-the-icons olivetti mixed-pitch)
;; This program is free software; you can redistribute it and/or modify
@@ -287,8 +287,9 @@ located at the start of the line."
_a_: Show Agenda _b_: Switch to org buffer _t_: Note
_c_: Capture new heading _s_: Save all org buffers _A_: Appointment
_l_: Store link ^^ _j_: Journal entry
-^^ ^^ _f_: Find note
-^^ ^^ _i_: Insert other note
+^^ ^Roam^^^
+^^^^^^------------------------------------------------------------------------
+_f_: Find note _i_: Insert note
^^ ^Document^^^
^^^^^^------------------------------------------------------------------------
_di_: Add inlineimages STARTUP
@@ -301,8 +302,8 @@ _di_: Add inlineimages STARTUP
("t" (org-capture nil "t"))
("A" (org-capture nil "a"))
("j" (org-capture nil "j"))
- ("f" oni-org-find-exocortex-file)
- ("i" oni-org-insert-exocortex-link)
+ ("f" org-roam-node-find)
+ ("i" org-roam-node-insert)
("di" oni-org-document-add-inline-images-startup))
(defun oni-org-in-dblock-p ()