From afb69eb3516be24aea3538d78d2e459d6863d9b7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 27 Jul 2019 17:27:40 +0200 Subject: [PATCH] [ivy] Remove obsolete formatting function The default is good enough anyway. --- init.el | 8 -------- 1 file changed, 8 deletions(-) diff --git a/init.el b/init.el index fbba434..ccefc80 100644 --- a/init.el +++ b/init.el @@ -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 . "^")