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 Apr 11, 2024
1 parent 0220cf0 commit 19556c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/org-mouse.txt
Original file line number Diff line number Diff line change
Expand Up @@ -116,14 +116,14 @@ This is leveraged during setup to configure a `FileType` autocmd to attach
keybindings for `<MouseMove>` and `<LeftRelease>` to support mouse
interactions.

Takes a list of strings. Defaults to `{"org", "org-roam-*"}`.
Takes a list of strings. Defaults to `{"org", "org-*"}`.

Notice that the strings are in pattern format, meaning you can use wildcards to
support multiple filetypes.

>lua
require("org-mouse"):setup({
filetypes = { "org", "org-roam-*", "org-custom-*" },
filetypes = { "org", "org-*", "org-custom-*" },
})
<

Expand Down

0 comments on commit 19556c6

Please sign in to comment.