projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6bab6a4
)
[emacs/ivy] allow wrapping around on first and last candidates
author
Amin Bandali
<amin@aminb.org>
Tue, 1 May 2018 05:19:44 +0000
(
01:19
-0400)
committer
Amin Bandali
<amin@aminb.org>
Tue, 1 May 2018 05:19:44 +0000
(
01:19
-0400)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
cd05bde
..
ca8ab93
100644
(file)
--- 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