Skip to content

Commit

Permalink
Auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chipsenkbeil authored and github-actions[bot] committed Aug 3, 2024
1 parent bef24c1 commit 8de611d
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions doc/org-roam.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
*org-roam.txt* For NVIM v0.9.2 Last change: 2024 June 23
*org-roam.txt* For NVIM v0.9.2 Last change: 2024 August 03

==============================================================================
Table of Contents *org-roam-table-of-contents*
Expand Down Expand Up @@ -1078,7 +1078,8 @@ The _*prefix_ can also be reused in self-defined bindings:
})
<

To disable all bindings, set the `bindings` field to `false`:
To disable all bindings (including those of extensions), set the `bindings`
field to `false`:

>lua
require("org-roam").setup({
Expand All @@ -1087,6 +1088,20 @@ To disable all bindings, set the `bindings` field to `false`:
})
<

To disable only the bindings of an extension, set its respective `bindings`
field to `false`:

>lua
require("org-roam").setup({
-- ...
extensions = {
dailies = {
bindings = false,
}
},
})
<


COMING FROM EMACS *org-roam-bindings-coming-from-emacs*

Expand Down

0 comments on commit 8de611d

Please sign in to comment.