testing
This commit is contained in:
@@ -5,18 +5,23 @@
|
||||
;;; Code:
|
||||
(use-package counsel
|
||||
:after ivy
|
||||
:config (counsel-mode))
|
||||
:init
|
||||
(setq counsel-mode t)
|
||||
:config
|
||||
(counsel-mode))
|
||||
|
||||
(use-package ivy
|
||||
:defer 0.1
|
||||
:defer 0.2
|
||||
:diminish
|
||||
:bind (("C-c C-r" . ivy-resume)
|
||||
("C-x B" . ivy-switch-buffer-other-window))
|
||||
:commands ivy-mode
|
||||
:custom
|
||||
(ivy-count-format "(%d/%d) ")
|
||||
(ivy-use-virtual-buffers t)
|
||||
:config (ivy-mode))
|
||||
:init
|
||||
(setq ivy-count-format "(%d/%d) "
|
||||
ivy-use-virtual-buffers t
|
||||
ivy-fixed-height-minibuffer t
|
||||
ivy-virtual-abbreviate 'full)
|
||||
:config
|
||||
(ivy-mode))
|
||||
|
||||
(use-package ivy-rich
|
||||
:after ivy
|
||||
|
||||
Reference in New Issue
Block a user