Re: emacs
Joerg Jaspert <joerg@goliathbbs.dnsalias.net> writes:
> Or set
> (setq global-font-lock-mode t)
> in your .emacs.
I would recommend instead
(global-font-lock-mode 1)
The doc for global-font-lock-mode suggests setting the variable
manually may not always work.
global-font-lock-mode's value is t
Documentation:
Non-nil if Global-Font-Lock mode is enabled.
See the command `global-font-lock-mode' for a description of this minor-mode.
Setting this variable directly does not take effect;
use either M-x customize or the function `global-font-lock-mode'.
--
Alan Shutko <ats@acm.org> - In a variety of flavors!
Rome was destroyed in a day.
Reply to:
- Follow-Ups:
- Re: emacs
- From: Joerg Jaspert <joerg@goliathbbs.dnsalias.net>
- References:
- emacs
- From: Tom Allison <tallison1@twmi.rr.com>
- Re: emacs
- From: Joerg Jaspert <joerg@goliathbbs.dnsalias.net>