diff options
| author | tslil clingman <> | 2020-01-31 13:50:29 -0800 |
|---|---|---|
| committer | tslil clingman <> | 2020-01-31 13:50:29 -0800 |
| commit | b9a16108f8d27f2c9e401be89e13d3de0c1b9478 (patch) | |
| tree | cc82adcc18fb306022d59a42948d52fb7ad53546 /emacs/inits/10-ivy.el | |
| parent | 5553be28d41cefc72300be7160b5202fd297537b (diff) | |
Tramp/Projectile/Ivy(Rich) slowness fix, misc improvements
Diffstat (limited to 'emacs/inits/10-ivy.el')
| -rw-r--r-- | emacs/inits/10-ivy.el | 6 |
1 files changed, 5 insertions, 1 deletions
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") |
