From 44419200646c520127f9bbbce67c3dd7056935b1 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 27 Sep 2019 13:19:46 -0700 Subject: [emacs] new package: ivy-rich especially nice for switching buffer with the minibuffer view, it shows a little bit more information. --- emacs.d/custom/fcuny-navigation.el | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'emacs.d/custom') diff --git a/emacs.d/custom/fcuny-navigation.el b/emacs.d/custom/fcuny-navigation.el index 56dd003..f418a1a 100644 --- a/emacs.d/custom/fcuny-navigation.el +++ b/emacs.d/custom/fcuny-navigation.el @@ -93,6 +93,16 @@ ("C-c s" . swiper-at-point) ("C-s" . swiper))) +(use-package ivy-rich + :ensure t + :after (ivy) + :config + (ivy-rich-mode 1) + :custom + (ivy-virtual-abbreviate 'full) + (ivy-rich-switch-buffer-align-virtual-buffer t) + (ivy-rich-path-style 'abbrev)) + (use-package recentf :init (recentf-mode 1) :config -- cgit 1.4.1