]> err.no Git - dotfiles/commitdiff
Make diff default to sensible output
authortfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 6 Jan 2010 11:54:49 +0000 (11:54 +0000)
committertfheen <tfheen@8da78d58-1cd3-0310-bee5-d77bd1b3e8bf>
Wed, 6 Jan 2010 11:54:49 +0000 (11:54 +0000)
git-svn-id: file:///svn/tfheen/trunk/dotfiles@1428 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf

emacs

diff --git a/emacs b/emacs
index 042f53e082211c17ec364d20803049cb2754d4d2..7f93e27c140d98a7757ceed27b9524d95e217a49 100644 (file)
--- a/emacs
+++ b/emacs
 
 (setq next-line-add-newlines nil
       compilation-window-height 10
-      european-calendar-style t)
+      european-calendar-style t
+      diff-switches "-u")
 
 (defun reverse-list-in-list (reverse-list)
   (require 'cl)