From d5ae1ab00c9a9f8b67003437be2577a93c79facd Mon Sep 17 00:00:00 2001 From: BardofSprites <89086143+BardofSprites@users.noreply.github.com> Date: Sun, 23 Nov 2025 21:01:57 -0500 Subject: custom functions for creating/inserting nodes --- bard-emacs-modules/bard-emacs-writing.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bard-emacs-modules/bard-emacs-writing.el') 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)) -- cgit v1.2.3