Feed on
Posts
Comments

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!


Bookmark and Share

if that was helpful ...

check out the other tips and tricks i've compiled on these pages. you might learn something else interesting!

One Response to “turn on color mode in emacs on the mac”

  1. on 04 Apr 2008 at 5:00 am Tune Pers

    Hi,

    I really like your website. Which CMS are you using?

    Btw. you mouse-over-header is very cool!

    Tune

Did I get this wrong? Let me know!

Trackback URI | Comments RSS