X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=dot-files%2F_emacs_el;h=1d149cef97fab23eac4b3c9c64d0a60cec9fa30a;hb=fa41c89f068cab05bc08284fea74694d8e414485;hp=6418da407b87deca6308fdbcd5c013a955e94034;hpb=4263b7f99f2c5cff9bc5d9eed7ea7bc6a5bddecc;p=sugar.git diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 6418da4..1d149ce 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -751,6 +751,7 @@ Will prompt you shell name when you type `C-u' before this command." t) '(uniquify-trailing-separator-p t) '(vc-cvs-diff-switches (quote ("-u"))) '(vc-cvs-stay-local nil) + '(vc-handled-backends (quote (Git Hg))) '(w3m-bookmark-file-coding-system (quote utf-8)) '(w3m-coding-system (quote utf-8)) '(w3m-coding-system-priority-list (quote (utf-8))) @@ -778,6 +779,7 @@ Will prompt you shell name when you type `C-u' before this command." t) '(diff-added ((t (:inherit diff-changed :foreground "medium spring green" :weight extra-bold)))) '(diff-removed ((t (:foreground "gold3" :weight extra-bold)))) '(flyspell-incorrect ((t (:foreground "OrangeRed" :overline t)))) + '(font-lock-function-name-face ((t (:foreground "light steel blue" :weight bold)))) '(jaspace-highlight-tab-face ((((class color) (background dark)) (:foreground "gray70" :underline t)))) '(navi2ch-bm-new-unread-face ((t (:foreground "PaleGreen" :weight bold)))) '(navi2ch-bm-updated-cache-face ((t (:foreground "CornflowerBlue" :weight bold))))