noctuid / link-hint.el

Pentadactyl-like Link Hinting in Emacs with Avy
GNU General Public License v3.0
160 stars 22 forks source link

[Feature Request]: support secondary browser #218

Open younger-1 opened 1 year ago

younger-1 commented 1 year ago

Is it possible to support secondary browser which is specified by browse-url-secondary-browser-function. When use a prefix argument with link-hint-open-link, open link with secondary browser. (below use firefox)

(setq browse-url-secondary-browser-function 'browse-url-firefox)