Question

After loading the w3m package, all the links are opened with the w3m now. It is fine. But how can I open it with the default external browser, like Firefox, in Windows?

The browse-url-browser-function is w3m now.

Also, I tried the w3m-view-url-with-external-browser command and it doesn't work.

Thanks.

Was it helpful?

Solution

Try this below.

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

OTHER TIPS

There is a key (key binding) for this:

M : execute external browser, it will open current page in the browser.

H : for more help.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top