[Freeswitch-svn] [commit] r13159 - freeswitch/trunk/support-d

FreeSWITCH SVN anthm at freeswitch.org
Sun Apr 26 20:07:56 PDT 2009


Author: anthm
Date: Sun Apr 26 22:07:55 2009
New Revision: 13159

Log:
update

Modified:
   freeswitch/trunk/support-d/.emacs

Modified: freeswitch/trunk/support-d/.emacs
==============================================================================
--- freeswitch/trunk/support-d/.emacs	(original)
+++ freeswitch/trunk/support-d/.emacs	Sun Apr 26 22:07:55 2009
@@ -178,7 +178,7 @@
        ;; Customize face attributes
        (setq font-lock-face-attributes
              ;; Symbol-for-Face Foreground Background Bold Italic Underline
-             '((font-lock-comment-face       "DarkGreen")
+             '((font-lock-comment-face       "green")
 	       (font-lock-preprocessor-face       "gray")
                (font-lock-string-face        "Sienna")
                (font-lock-keyword-face       "purple")
@@ -186,6 +186,13 @@
                (font-lock-variable-name-face "Yellow")
                (font-lock-type-face          "Yellow")
                (font-lock-reference-face     "Purple")
+
+	       (font-lock-builtin-face "limegreen")
+	       (font-lock-constant-face "yellow")
+	       (font-lock-doc-face "limegreen")
+	       (font-lock-highlighting-face "limegreen")
+	       (font-lock-warning-face "limegreen")
+
                ))
        ;; Load the font-lock package.
        (require 'font-lock)
@@ -197,6 +204,10 @@
 
 
 
+ 
+
+
+
 
 
 



More information about the Freeswitch-svn mailing list