[Freeswitch-svn] [commit] r10620 - freeswitch/trunk/rootkit-d
FreeSWITCH SVN
brian at freeswitch.org
Fri Dec 5 09:06:37 PST 2008
Author: brian
Date: Fri Dec 5 12:06:37 2008
New Revision: 10620
Log:
fix this correctly
Modified:
freeswitch/trunk/rootkit-d/.emacs
Modified: freeswitch/trunk/rootkit-d/.emacs
==============================================================================
--- freeswitch/trunk/rootkit-d/.emacs (original)
+++ freeswitch/trunk/rootkit-d/.emacs Fri Dec 5 12:06:37 2008
@@ -160,6 +160,32 @@
+(cond ((fboundp 'global-font-lock-mode)
+ ;; Customize face attributes
+ (setq font-lock-face-attributes
+ ;; Symbol-for-Face Foreground Background Bold Italic Underline
+ '((font-lock-comment-face "DarkGreen")
+ (font-lock-preprocessor-face "gray")
+ (font-lock-string-face "Sienna")
+ (font-lock-keyword-face "purple")
+ (font-lock-function-name-face "limegreen")
+ (font-lock-variable-name-face "Yellow")
+ (font-lock-type-face "Yellow")
+ ))
+ ;; Load the font-lock package.
+ (require 'font-lock)
+ ;; Maximum colors
+ (setq font-lock-maximum-decoration t)
+ ;; Turn on font-lock in all modes that support it
+ (global-font-lock-mode t)))
+
+
+
+
+
+
+
+
(set-background-color "black")
(set-foreground-color "white")
(set-cursor-color "white")
More information about the Freeswitch-svn
mailing list