Walt Mankowski <[EMAIL PROTECTED]> writes: > I have > > (turn-on-font-lock) > (global-font-lock-mode t) > (setq font-lock-maximum-decoration t) > > (just to be safe) elsewhere in my .emacs. :-)
If you're using GNU Emacs, you only need (global-font-lock-mode 1) The other lines are superfluous. Sam
