allow cycling completions in systemd-doc-open
This commit is contained in:
parent
ac11adf599
commit
50c63c23aa
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user