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)
没有评论:
发表评论