From bbbd570138b42b9bcf961750b41432f284b99814 Mon Sep 17 00:00:00 2001 From: Maciej Szlosarczyk Date: Tue, 4 Aug 2020 09:10:42 +0300 Subject: [PATCH] Wrap around ivy completions --- 05ivy.el | 1 + 1 file changed, 1 insertion(+) diff --git a/05ivy.el b/05ivy.el index 69b2d56..76fc18a 100644 --- a/05ivy.el +++ b/05ivy.el @@ -12,6 +12,7 @@ :defer t :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-wrap t ;; Wrap around completions ivy-display-style 'fancy)) ;; Formatting style (global-set-key (kbd "C-c a") 'counsel-rg)