mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-08 15:23:35 -05:00
New jump command: +jump/online-select
This commit is contained in:
@@ -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)))
|
||||
|
Reference in New Issue
Block a user