Skip to content

Commit

Permalink
chunks-size to chunk-size
Browse files Browse the repository at this point in the history
resolve benwbooth#1 ?
  • Loading branch information
WillForan authored Oct 13, 2019
1 parent a298f87 commit 71e636f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screensend.el
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ block of text to the selected tmux session."
"load-buffer" tmpfile ";"
"paste-buffer" "-t" tmux-session ";")
(sleep-for screensend-sleep-for))
(-partition-all screensend-chunks-size (split-string selected "")))
(-partition-all screensend-chunk-size (split-string selected "")))
(delete-file tmpfile)
(deactivate-mark)))

Expand Down

0 comments on commit 71e636f

Please sign in to comment.