summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-10 12:06:55 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-10 12:06:55 +0800
commit3ff11c8129aad331e5dd6fbf2adc8cf26921ac62 (patch)
treeb560b1160169302d4e76ded0cf4d930150ee9b8e
parent715b8a591334e1db62f5c41a971055f3b8e997f4 (diff)
emacs: disable ecb tip of the day
-rw-r--r--emacs1
-rw-r--r--emacs-win321
2 files changed, 2 insertions, 0 deletions
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)