From b9a16108f8d27f2c9e401be89e13d3de0c1b9478 Mon Sep 17 00:00:00 2001 From: tslil clingman <> Date: Fri, 31 Jan 2020 13:50:29 -0800 Subject: Tramp/Projectile/Ivy(Rich) slowness fix, misc improvements --- emacs/inits/10-ivy.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'emacs/inits/10-ivy.el') diff --git a/emacs/inits/10-ivy.el b/emacs/inits/10-ivy.el index 8867bb8..47cc783 100644 --- a/emacs/inits/10-ivy.el +++ b/emacs/inits/10-ivy.el @@ -1,4 +1,4 @@ -;; Time-stamp: <2019-09-09 22:10:08 (tslil@basingstoke)> +;; Time-stamp: <2020-01-26 16:39:05 (tslil@bison)> (use-package amx :ensure t) @@ -17,6 +17,7 @@ ("C-m" . ivy-alt-done) :map swiper-map ("M-%" . swiper-query-replace)) + :config (setq ivy-use-virtual-buffers nil ivy-display-style 'fancy @@ -39,6 +40,8 @@ (use-package ivy-rich :ensure t :config (setq ivy-rich-path-style 'abbrev + ivy-rich-parse-remote-buffer nil + ivy-rich-parse-remote-file-path nil ivy-rich-display-transformers-list '(ivy-switch-buffer (:columns @@ -76,6 +79,7 @@ (ivy-rich-mode 1)) + ;; (defun limited-counsel-locate-cmd (input) ;; "Return a shell command based on INPUT." ;; (counsel-require-program "locate") -- cgit v1.2.3