Next: , Up: Integration   [Contents][Index]


5.1 Use WwE as your browse-url browser

Set ‘browse-url-browser-function’ to ‘browse-url-wwe’ and ‘wwe-browse-url-browser-function’ to your external browser of choice:

(setq browse-url-browser-function 'browse-url-wwe
      wwe-browse-url-browser-function 'browse-url-default-browser)

Type ‘b’ (‘wwe-browse-current-url’) to browse the current page in the external browser using ‘browse-url-browser-function’. Use ‘<C-M-return>’ (‘wwe-browse-link-url-or-url-at-point’) with point on a link button or URL to visit that URL in the external browser.