Skip to content

Commit

Permalink
update api
Browse files Browse the repository at this point in the history
  • Loading branch information
grierson committed Aug 17, 2023
1 parent 85758d2 commit 934c63c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion fnl/formedit/init.fnl
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
(local select (require :formedit.select))
(local wrap (require :formedit.wrap))
(local raise (require :formedit.raise))
(local barf (require :formedit.barf))
(local slurp (require :formedit.slurp))

{: find : insertion : select : wrap : raise}
{: find : insertion : select : wrap : raise : barf : slurp}
4 changes: 3 additions & 1 deletion lua/formedit/init.lua

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 934c63c

Please sign in to comment.