From 13bb14c78003b8f36753565b68def20088b4b959 Mon Sep 17 00:00:00 2001 From: Sridhar Ratnakumar Date: Sat, 24 Jan 2009 16:55:13 -0800 Subject: [PATCH] use monospace font for comments --- emacs/dot-emacs | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/dot-emacs b/emacs/dot-emacs index bf9c1db..99055c3 100644 --- a/emacs/dot-emacs +++ b/emacs/dot-emacs @@ -67,6 +67,7 @@ ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. + '(font-lock-comment-face ((t (:foreground "#cc0000" :width semi-condensed :family "Monospace")))) '(mode-line ((t (:background "grey90" :foreground "black" :box (:line-width 1 :style none) :width condensed :family "Monospace"))))) (put 'downcase-region 'disabled nil) -- 2.11.4.GIT