星期五, 六月 01, 2012

Enabling Emacs colors in a terminal

My Emacs editor on titan don't forward color schemes by default.  I make it before and then forgot it after some migration.  Put the following in ~/.emacs will solve the problem.
;; turn on font-lock mode
(global-font-lock-mode t)
(setq font-lock-maximum-decoration t)

没有评论: