view .dir-locals.el @ 112178:a9958515249d

Improvements to tango themes, including some faces from Jan Moringen. * themes/tango-theme.el, themes/tango-dark-theme.el: Let-bind tango palette colors. Only define faces for color displays. Customize the ansi-color-names-vector variable. Add Ediff, Flyspell, and Semantic faces as suggested by Jan Moringen.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 09 Jan 2011 16:35:53 -0500
parents 3655cc4062e4
children
line wrap: on
line source

((nil . ((tab-width . 8)
         (sentence-end-double-space . t)
         (fill-column . 70)))
 (c-mode . ((c-file-style . "GNU")))
 ;; You must set bugtracker_debbugs_url in your bazaar.conf for this to work.
 ;; See admin/notes/bugtracker.
 (log-edit-mode . ((log-edit-rewrite-fixes
                    " (bug#\\([0-9]+\\))" . "debbugs:\\1")))
 (change-log-mode . ((add-log-time-zone-rule . t)
		     (fill-column . 74)
		     (bug-reference-url-format . "http://debbugs.gnu.org/%s")
		     (mode . bug-reference)))
 (diff-mode . ((mode . whitespace))))