This looks easier to maintain, and in combination with (global-font-lock-mode -1)
should have you sitting pretty (add additional items to the list as necessary). It isn't quite turning off everything, but to be honest I don't know what would be left after you've done this. (copy-face 'default 'italic) (copy-face 'default 'underline) (copy-face 'default 'bold) (copy-face 'default 'bold-italic) (copy-face 'default 'button) _______________________________________________ Help-gnu-emacs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnu-emacs
