changeset 28:214a64830015

Set better colour for diff mode, remove bannerwhen calling python mode
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Fri, 24 Sep 2010 15:30:19 -0500
parents 8763b5053360
children 8120e877b58b
files dotemacs.el
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -72,6 +72,7 @@
  '(diff-changed ((t (:foreground "orange"))))
  '(diff-file-header ((((class color) (background light)) (:background "lightblue" :bold t))))
  '(diff-header ((nil (:foreground "skyblue"))))
+ '(diff-refine-change ((((class color) (min-colors 88) (background dark)) (:background "#004090"))))
  '(diff-removed ((t (:foreground "red"))))
  '(ecb-tag-header-face ((((class color) (background dark)) (:background "DarkGreen"))))
  '(show-ws-tab ((t (:background "Black")))))
@@ -81,6 +82,7 @@
 (defalias 'perl-mode 'cperl-mode)
 
 (require 'ipython)
+(setq py-python-command-args '("-nobanner"))
 
 (require 'legalese)