How can I open the link use the external default browser after loading the w3m?

StackOverflow https://stackoverflow.com/questions/13832450

  •  07-12-2021
  •  | 
  •  

Domanda

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.

È stato utile?

Soluzione

Try this below.

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

Altri suggerimenti

There is a key (key binding) for this:

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

H : for more help.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top