fix slash command clashes with Org-mode italics (#3010)

* enhance: fix https://github.com/logseq/logseq/issues/990

Co-authored-by: leizhe <leizhe@leizhedeMacBook-Air.local>
This commit is contained in:
llcc
2021-11-02 19:15:17 +08:00
committed by GitHub
parent e3c87fa232
commit b2e3901631
16 changed files with 176 additions and 199 deletions

View File

@@ -346,7 +346,7 @@
:go/home
{:desc "Go to home"
:binding "g h"
:fn #(route-handler/redirect! {:to :home})}
:fn #(route-handler/redirect-to-home!)}
:go/keyboard-shortcuts
{:desc "Go to keyboard shortcuts"
:binding "g s"