changeset 18:a48ef65db31f

Some ECB configs
author Jordi Gutiérrez Hermoso <jordigh@gmail.com>
date Mon, 31 May 2010 11:44:07 -0500
parents 8e043fc0f396
children 54767f6d121e
files dotemacs.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -31,6 +31,8 @@
  '(debian-changelog-full-name "Jordi GutiƩrrez Hermoso")
  '(debian-changelog-mailing-address "jordigh@gmail.com")
  '(default-input-method "latin-1-prefix")
+ '(ecb-options-version "2.32")
+ '(ecb-tip-of-the-day nil)
  '(ediff-split-window-function (quote split-window-horizontally))
  '(erc-input-line-position 0)
  '(global-font-lock-mode t nil (font-lock))
@@ -67,6 +69,7 @@
  '(diff-file-header ((((class color) (background light)) (:background "lightblue" :bold t))))
  '(diff-header ((nil (:foreground "skyblue"))))
  '(diff-removed ((t (:foreground "red"))))
+ '(ecb-tag-header-face ((((class color) (background dark)) (:background "DarkGreen"))))
  '(show-ws-tab ((t (:background "Black")))))
 
 (add-to-list 'load-path "~/.emacs.d/plugins/")