branch: elpa/systemd
commit 50c63c23aa3a010ebee20206400a89f0e9a73196
Author: Mark Oteiza <[email protected]>
Commit: Mark Oteiza <[email protected]>
allow cycling completions in `systemd-doc-open`
---
systemd.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/systemd.el b/systemd.el
index 332e4b3..0b947d7 100644
--- a/systemd.el
+++ b/systemd.el
@@ -124,7 +124,8 @@ as a list of strings, otherwise nil."
"Open URL. Interactively completes the documentation in the
current unit file, defaulting to the link under point, if any."
(interactive
- (let* ((collection (systemd-doc-find))
+ (let* ((completion-cycle-threshold t)
+ (collection (systemd-doc-find))
(uri (or (thing-at-point-url-at-point)
(car-safe collection)))
(prompt (concat "URL"