From 4a336e0997ce98aee6f292db25af0e389cb8c915 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Sun, 27 Apr 2025 15:31:36 -0700 Subject: [PATCH] we do a little tweaking --- org.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/org.el b/org.el index 38a5b68..1f43a94 100644 --- a/org.el +++ b/org.el @@ -80,9 +80,11 @@ ("C-c n i" . org-roam-node-insert) ("C-c n c" . org-roam-capture) ("C-c n j" . org-roam-dailies-capture-today) - ("C-c n p" . metacircular-publish) - ("C-c n P" . metacircular-publish-2) + ("C-c n p" . metacircular-publish-2) + ("C-c n P" . metacircular-publish) ("C-c n u" . metacircular-upload) + ("C-c n d" . metacircular-deploy2) + ("C-c n D" . metacircular-deploy) ("C-c n w" . httpd-toggle-server)) :config (setq org-roam-completion-everywhere t)