Reputation: 5471
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.
Upvotes: 12
Views: 884
Reputation: 441
It's probably html-autoview-mode (a minor mode). Turn it off with M-x html-autoview-mode
.
Upvotes: 13