Today I got my new PC (Windows 7, 32 bit) and installed Vincelt Goulets Emacs. The only other thing I did was updating Org-mode.
Now, I am stuck with auto-fill-mode
on every time I start Emacs new, which I hate. I would like to turn auto-fill-mode
off, for now and forever. I even deleted my .emacs file, but auto-fill-mode
was still turned on.
The only solution that worked was (a) a nasty workaround or (b) always typing M-x auto-fill-mode
every time I start Emacs anew.
Is there a solution?
To be clear, the only thing the current .emacs file contains is: '(inhibit-startup-screen t)