summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuo Jinghua <sunmoon1997@gmail.com>2010-01-03 22:00:51 +0800
committerLuo Jinghua <sunmoon1997@gmail.com>2010-01-03 22:00:51 +0800
commitfb05d6811c91461b3197b8ed8699ac3d854584a6 (patch)
treed7b11973f8b2fa04250a0d305bf6e000ba0ce57b
parent1d55022632c55d206a160211d69a01fa03707699 (diff)
emacs: cleanup
-rw-r--r--emacs5
1 files changed, 1 insertions, 4 deletions
diff --git a/emacs b/emacs
index c9f735e..276a4e2 100644
--- a/emacs
+++ b/emacs
@@ -15,15 +15,13 @@
;; setup show startup message
(setq inhibit-startup-message t)
-
-;; auto activate ecb
-(setq ecb-auto-activate t)
(setq semantic-load-turn-useful-things-on t)
(load "/usr/share/emacs/site-lisp/site-gentoo")
;;(setq-default make-backup-files nil)
;; load ecb
+(setq ecb-auto-activate t)
(require 'ecb)
;; set color theme if emacs is windowed
@@ -170,7 +168,6 @@
;;# semantic-ia-complete-symbol-menu
;;# semantic-ia-complete-tip
-(load-file "~/.emacs.d/lisp/tabbar.el")
(require 'tabbar)
(tabbar-mode)
(global-set-key [(s-down)] 'tabbar-backward-group);;