From 3ff11c8129aad331e5dd6fbf2adc8cf26921ac62 Mon Sep 17 00:00:00 2001 From: Luo Jinghua Date: Sun, 10 Jan 2010 12:06:55 +0800 Subject: emacs: disable ecb tip of the day --- emacs | 1 + emacs-win32 | 1 + 2 files changed, 2 insertions(+) diff --git a/emacs b/emacs index a5f30d6..da1a62c 100644 --- a/emacs +++ b/emacs @@ -23,6 +23,7 @@ ;; load cedet, semantic and ecb (setq ecb-auto-activate t) +(setq ecb-tip-of-the-day nil) (setq semantic-load-turn-useful-things-on t) (require 'cedet) (require 'ecb) diff --git a/emacs-win32 b/emacs-win32 index b87d244..440b2f5 100644 --- a/emacs-win32 +++ b/emacs-win32 @@ -23,6 +23,7 @@ ;; load cedet, semantic and ecb (setq ecb-auto-activate t) +(setq ecb-tip-of-the-day nil) (setq semantic-load-turn-useful-things-on t) (require 'cedet) (require 'ecb) -- cgit v1.2.3