diff .dir-locals.el @ 107432:340849d761a5

* .dir-locals.el (c-mode): Turn on whitespace-mode for diff-mode.
author Dan Nicolaescu <dann@ics.uci.edu>
date Fri, 19 Mar 2010 02:46:08 -0700
parents 55134161b319
children 2c36d4f54456
line wrap: on
line diff
--- a/.dir-locals.el	Fri Mar 19 02:42:13 2010 -0700
+++ b/.dir-locals.el	Fri Mar 19 02:46:08 2010 -0700
@@ -4,6 +4,7 @@
  (change-log-mode . ((add-log-time-zone-rule . t)
 		     (fill-column . 74)
 		     (bug-reference-url-format . "http://debbugs.gnu.org/%s")
-		     (mode . bug-reference))))
+		     (mode . bug-reference)))
+ (diff-mode . ((mode . whitespace))))
 
 ;; arch-tag: fb93c160-e9fe-4184-aad1-e4f5daa11cbd