How can I stop Emacs from starting a browser when I save a file in HTML mode?

874 Views Asked by At

How can I stop Emacs 24.2 from starting a browser when I save a file in HTML mode?

Just upgraded my Archlinux installation. Now every time I save an html file I get a new instance of Konquerer.

1

There are 1 best solutions below

1
On

It's probably html-autoview-mode (a minor mode). Turn it off with M-x html-autoview-mode.