From f6d8e3e405936a65fbb985efe79c684c98da0f2f Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 1 May 2018 01:19:44 -0400 Subject: [PATCH] [emacs/ivy] allow wrapping around on first and last candidates --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index cd05bde..ca8ab93 100644 --- a/init.org +++ b/init.org @@ -674,6 +674,7 @@ There's no way I could top that, so I won't attempt to. ([S-down] . ivy-next-history-element) ("DEL" . ivy-backward-delete-char)) :config + (setq ivy-wrap t) (ivy-mode 1)) #+end_src -- 2.20.1