Emacs modes
Posted Apr 11, 2007 8:08 UTC (Wed) by
ldo (subscriber, #40946)
In reply to:
viper-mode by ncm
Parent article:
Emacs 22 on April 23
... emacs is very far from "modeless" ...
Which is why my .emacs contains the following item in its custom-set-variables list:
'(auto-mode-alist (quote (("" . fundamental-mode))) t)
That disables all the modal cruft, and lets me use it as a nice, simple editor.
(
Log in to post comments)