Skip to content

Commit

Permalink
tutorial: Remove spurious argument to around-next
Browse files Browse the repository at this point in the history
The function only takes a single argument.

Fixes: kmonad#424
  • Loading branch information
slotThe committed Nov 17, 2021
1 parent 3d3cc1a commit a782710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion keymap/tutorial.kbd
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@
beginnings of 'leader-key' style behavior. I think this whole button will get
deleted soon, because the more general `around-next` now exists (see below)
and this is nothing more than:
(around-next (layer-toggle layer-name) some-button)
(around-next (layer-toggle layer-name))
Until then though, use `layer-next` like this:
(layer-next layer-name)

Expand Down

0 comments on commit a782710

Please sign in to comment.