.emacs
changeset 19 a8e7a6e94341
parent 18 91626ebef652
child 20 fde58d93c047
--- a/.emacs	Fri Apr 18 00:04:26 2008 +0300
+++ b/.emacs	Fri Apr 18 00:04:50 2008 +0300
@@ -611,6 +611,10 @@
     (require 'mercurial)
   )
 
+(if window-system
+    (setq-default vc-annotate-background "white")
+  )
+
 ;; ======================================================================
 ;; Devel, prog
 
@@ -653,8 +657,6 @@
 
 ;; ----------------------------------------------------------------------
 ;; Diff, patch
-;; (add-hook 'diff-mode-hook '(lambda ()
-;;                              (setq show-trailing-whitespace t)) nil t)
 (setq diff-switches "-u")
 
 ;; ----------------------------------------------------------------------