From: Anthony Minessale Date: Wed, 11 Mar 2009 13:14:18 +0000 (+0000) Subject: tweak .emacs X-Git-Tag: v1.0.4~1563 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b8b91fccfc2bab242458dce48c21d4ae8b0c5a7c;p=thirdparty%2Ffreeswitch.git tweak .emacs git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@12562 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/support-d/.emacs b/support-d/.emacs index fe2e33af2e..d29041b8f9 100644 --- a/support-d/.emacs +++ b/support-d/.emacs @@ -7,7 +7,7 @@ ;(setq cperl-hairy t) (global-unset-key "\C-h") (global-set-key "\C-h" 'delete-backward-char) -;(load "/usr/share/emacs/site-lisp/rng-auto.el") +(load "/usr/share/emacs/site-lisp/rng-auto.el") (require 'cc-mode) (defun my-build-tab-stop-list (width) @@ -171,6 +171,7 @@ (font-lock-function-name-face "limegreen") (font-lock-variable-name-face "Yellow") (font-lock-type-face "Yellow") + (font-lock-reference-face "Purple") )) ;; Load the font-lock package. (require 'font-lock)