we do a little tweaking
This commit is contained in:
parent
671383fcd4
commit
4a336e0997
6
org.el
6
org.el
|
@ -80,9 +80,11 @@
|
||||||
("C-c n i" . org-roam-node-insert)
|
("C-c n i" . org-roam-node-insert)
|
||||||
("C-c n c" . org-roam-capture)
|
("C-c n c" . org-roam-capture)
|
||||||
("C-c n j" . org-roam-dailies-capture-today)
|
("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 u" . metacircular-upload)
|
||||||
|
("C-c n d" . metacircular-deploy2)
|
||||||
|
("C-c n D" . metacircular-deploy)
|
||||||
("C-c n w" . httpd-toggle-server))
|
("C-c n w" . httpd-toggle-server))
|
||||||
:config
|
:config
|
||||||
(setq org-roam-completion-everywhere t)
|
(setq org-roam-completion-everywhere t)
|
||||||
|
|
Loading…
Reference in New Issue