aboutsummaryrefslogtreecommitdiff
path: root/bard-emacs-modules
diff options
context:
space:
mode:
authorBardofSprites <[email protected]>2025-11-23 21:01:57 -0500
committerBardofSprites <[email protected]>2025-11-23 21:01:57 -0500
commitd5ae1ab00c9a9f8b67003437be2577a93c79facd (patch)
tree4e94a564497e7319ab2db6f769cca97e6844ed3f /bard-emacs-modules
parent1a8f431f1474ae4a6f4de07e24692f306ac130a0 (diff)
custom functions for creating/inserting nodes
Diffstat (limited to 'bard-emacs-modules')
-rw-r--r--bard-emacs-modules/bard-emacs-writing.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/bard-emacs-modules/bard-emacs-writing.el b/bard-emacs-modules/bard-emacs-writing.el
index 1461a29..2cb28b8 100644
--- a/bard-emacs-modules/bard-emacs-writing.el
+++ b/bard-emacs-modules/bard-emacs-writing.el
@@ -107,6 +107,7 @@
("C-c n d" . denote-sort-dired)
("C-c n r" . denote-rename-file-using-front-matter)
("C-c n k" . denote-rename-file-keywords)
+ ("C-c n i" . bard/insert-or-create-node)
("C-c n I" . denote-add-links)
("C-c n b" . bard/consult-buffer-notes) ; notes buffer
("C-c n B" . bard/ibuffer-notes) ; notes buffer but more
@@ -150,7 +151,6 @@
:custom
(org-roam-directory (file-truename "~/Notes/denote"))
:bind (("C-c n l" . org-roam-buffer-toggle)
- ("C-c n i" . org-roam-node-insert)
("C-c n o" . org-roam-node-find))
:config
(org-roam-db-autosync-mode 1))