completion/ivy: show chevron on highlighted item in tty
So its easier to see in the terminal, where some themes may not have a visible background for the current match.
This commit is contained in:
parent
f686e01f4b
commit
db7b2f6da9
2 changed files with 21 additions and 1 deletions
|
@ -69,7 +69,7 @@ results buffer.")
|
|||
;; Highlight each ivy candidate including the following newline, so that it
|
||||
;; extends to the right edge of the window
|
||||
(setf (alist-get 't ivy-format-functions-alist)
|
||||
#'ivy-format-function-line)
|
||||
#'+ivy-format-function-line-or-arrow)
|
||||
|
||||
;; Integrate `ivy' with `better-jumper'; ensure a jump point is registered
|
||||
;; before jumping to new locations with ivy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue