summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <amin@aminb.org>2018-05-01 01:19:44 -0400
committerAmin Bandali <amin@aminb.org>2018-05-01 01:19:44 -0400
commitf6d8e3e405936a65fbb985efe79c684c98da0f2f (patch)
treedc41ccf029d0e971c32113ee7d3119e2cb5e6d79 /init.org
parent6bab6a4abb8eec01d06f0edfbb159978fda53365 (diff)
downloadconfigs-f6d8e3e405936a65fbb985efe79c684c98da0f2f.tar.gz
configs-f6d8e3e405936a65fbb985efe79c684c98da0f2f.tar.xz
configs-f6d8e3e405936a65fbb985efe79c684c98da0f2f.zip
[emacs/ivy] allow wrapping around on first and last candidates
Diffstat (limited to 'init.org')
-rw-r--r--init.org1
1 files changed, 1 insertions, 0 deletions
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