]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Mon, 27 Apr 2009 03:07:55 +0000 (03:07 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Mon, 27 Apr 2009 03:07:55 +0000 (03:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13159 d0543943-73ff-0310-b7d9-9358b9ac24b2

support-d/.emacs

index e9cd0de1fb9a2484987111ad2c18e8cc5a11201c..bfc1a45832b53cb7200211839be4d75e5f1cf898 100644 (file)
        ;; 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")
                (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)
 
 
 
+
+
+