From 04df708a136084f61802a7a76399b4fc564cd9fd Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 28 Jan 2020 14:48:22 +0900 Subject: [PATCH] Update ivy format --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs.el b/emacs.el index bac850b..ea48aca 100644 --- a/emacs.el +++ b/emacs.el @@ -2754,7 +2754,7 @@ Any output will be written to current buffer." (set-variable 'ivy-format-functions-alist '((t . (lambda (cands) (ivy--format-function-generic (lambda (str) - (concat "-> " + (concat "+> " (ivy--add-face str 'ivy-current-match) )) (lambda (str)