From 55f97517644213c38b4daabd4cbf0d181d055f04 Mon Sep 17 00:00:00 2001 From: Grégoire Duchêne Date: Sat, 5 Jul 2025 05:49:32 +0100 Subject: emacs: Bind ‘C-c n c’ to ‘org-roam-capture’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- emacs/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 516880f..a1d4730 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -304,7 +304,8 @@ (use-package org-roam :config (org-roam-db-autosync-enable) - :bind ("C-c n f" . org-roam-node-find) + :bind (("C-c n c" . org-roam-capture) + ("C-c n f" . org-roam-node-find)) :custom ((org-id-locations-file (my/data-file-name "org-id-locations")) (org-roam-db-location (my/data-file-name "org-roam.db"))) -- cgit v1.2.3-70-g09d2