[ivy] Remove obsolete formatting function

The default is good enough anyway.
This commit is contained in:
Daniel - 2019-07-27 17:27:40 +02:00
parent 4a84c9bc5e
commit afb69eb351
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 0 additions and 8 deletions

View File

@ -1959,14 +1959,6 @@ search commands like `db/helm-shortcuts."
enable-recursive-minibuffers t
ivy-magic-tilde nil
ivy-count-format "(%d/%d) "
ivy-format-function #'(lambda (cands)
(ivy--format-function-generic
(lambda (str)
(concat "" str))
(lambda (str)
(concat " " str))
cands
"\n"))
ivy-initial-inputs-alist '((counsel-describe-function . "^")
(counsel-describe-variable . "^")
(man . "^")