10

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.

Samuel Danielson
  • 5,231
  • 3
  • 35
  • 37
  • 2
    Emacs does not do this by default. Check your init file and installed packages. –  Mar 19 '13 at 10:48

1 Answers1

11

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

Simeon
  • 421
  • 2
  • 6