Wrap around ivy completions
This commit is contained in:
parent
59ba7cf999
commit
bbbd570138
1 changed files with 1 additions and 0 deletions
1
05ivy.el
1
05ivy.el
|
|
@ -12,6 +12,7 @@
|
||||||
:defer t
|
:defer t
|
||||||
:config (setq ivy-use-virtual-buffers t ;; Display recent files in ivy-switch-buffer
|
:config (setq ivy-use-virtual-buffers t ;; Display recent files in ivy-switch-buffer
|
||||||
ivy-count-format "(%d of %d) " ;; Current candidate count style
|
ivy-count-format "(%d of %d) " ;; Current candidate count style
|
||||||
|
ivy-wrap t ;; Wrap around completions
|
||||||
ivy-display-style 'fancy)) ;; Formatting style
|
ivy-display-style 'fancy)) ;; Formatting style
|
||||||
|
|
||||||
(global-set-key (kbd "C-c a") 'counsel-rg)
|
(global-set-key (kbd "C-c a") 'counsel-rg)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue