> How do I configure my emacs so that it will detect the file
> type(*.c, *.h, *.tex, *.pro ) and automatically starts the font lock...
Add this:
(global-font-lock-mode t)
to your .emacs file. (This is for emacs 20.3; don't know about other
versions.)
For more on this, look for help(*) o
On Sat, 19 Dec 1998, Shao Zhang wrote:
> Hi all,
> How do I configure my emacs so that it will detect the file
> type(*.c, *.h, *.tex, *.pro ) and automatically starts the font lock...
In my .xemacs-options:
(setq-default font-lock-auto-fontify t)
(setq-default font-lock-use-fonts nil
2 matches
Mail list logo