Skip to content

Commit

Permalink
doc/ivy.texi: Generate from doc/ivy.org
Browse files Browse the repository at this point in the history
With:

$ make ivy.texi

Re abo-abo#2035
  • Loading branch information
abo-abo authored and astoff committed Jan 1, 2021
1 parent 6735fc4 commit 823729e
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions doc/ivy.texi
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ Specifies the wrap-around behavior for @kbd{C-n} and @kbd{C-p}. When
@code{ivy-wrap} is set to @code{t}, @code{ivy-next-line} and @code{ivy-previous-line}
will cycle past the last and the first candidates respectively.

Warp-around behavior is off by default.
Wrap-around behavior is off by default.
@end defopt

@defopt ivy-height
Expand Down Expand Up @@ -1250,15 +1250,11 @@ headings with similar names to appreciate @code{ivy-mode}.
@end indentedblock
@subsubheading @code{magit}
@indentedblock
Magit requires this setting for ivy completion:

@lisp
(setq magit-completing-read-function 'ivy-completing-read)
@end lisp
Uses ivy by default if Ivy is installed.
@end indentedblock
@subsubheading @code{find-file-in-project}
@indentedblock
It uses ivy by default if Ivy is installed.
Uses ivy by default if Ivy is installed.
@end indentedblock
@subsubheading @code{projectile}
@indentedblock
Expand Down Expand Up @@ -1484,13 +1480,17 @@ Name of the symbol to store history. See @code{completing-read}.
@end indentedblock
@subsubheading @code{preselect}
@indentedblock
When set to a string value, select the first candidate matching
this value.
Determines which one of the candidates to initially select.

When set to an integer value, select the candidate with that
index value.

Every time the input becomes empty, the item corresponding to to
When set to any other non-nil value, select the first candidate
matching this value. Comparison is first done with @code{equal}.
If this fails, and when applicable, match @code{preselect} as a
regular expression.

Every time the input becomes empty, the item corresponding to
@code{preselect} is selected.
@end indentedblock
@subsubheading @code{keymap}
Expand Down

0 comments on commit 823729e

Please sign in to comment.