we do a little tweaking

This commit is contained in:
Kyle Isom 2025-04-27 15:31:36 -07:00
parent 671383fcd4
commit 4a336e0997
1 changed files with 4 additions and 2 deletions

6
org.el
View File

@ -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)