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.
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.
Copyright © 2021 Jogjafile Inc.
It's probably html-autoview-mode (a minor mode). Turn it off with
M-x html-autoview-mode
.