New jump command: +jump/online-select
This commit is contained in:
parent
4a1865c450
commit
c3398e6afc
2 changed files with 9 additions and 1 deletions
|
@ -132,3 +132,10 @@ for the provider."
|
|||
(setq +jump--online-last provider)
|
||||
(funcall +jump-search-browser-fn (format url (url-encode-url search))))
|
||||
('error (setq +jump--online-last nil))))
|
||||
|
||||
;;;###autoload
|
||||
(defun +jump/online-select ()
|
||||
"Runs `+jump/online', but always prompts for the provider to use."
|
||||
(interactive)
|
||||
(let ((current-prefix-arg t))
|
||||
(call-interactively #'+jump/online)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue