Skip to content

Commit eb44b06

Browse files
committed
cleanup whitespace in readme
1 parent 3761950 commit eb44b06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ In addition, various keyword arguments may be used to modify the behavior of the
9393

9494
When specified, `(goto-char (funcall callable))` is run before the motion is executed. For example, use this to jump to the BOL of each line as in easymotion with `:initial-position #'point-at-bol`. Unlike in `:pre-hook`, `callable` is run once per window when `:all-windows` is specified.
9595

96-
* `:push-jump expr`
96+
* `:push-jump expr`
9797

9898
When `expr` is non-`nil`, the motion will push to the `evil` jump list before jumping. This defaults to `t` when the motion is un`:scope`ed.
9999

0 commit comments

Comments
 (0)