turn on color mode in emacs on the mac
May 14th, 2007 by Lawrence David
To make emacs color code by default in Terminal when you’re working on
your Mac, add this to your ~/.emacs file.
;; turn on font-lock mode
(global-font-lock-mode t)
(setq font-lock-maximum-decoration t)
or to toggle color within emacs, just type:
M-x font-lock-mode
thanks to sean clarke for this!
Hi,
I really like your website. Which CMS are you using?
Btw. you mouse-over-header is very cool!
Tune