aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-ecb.el
blob: 6e19113873fba9b8fa79532a2351c2e94608cd1b (plain)
1
2
3
4
5
6
7
8
9
;;----------------------------------------------------------------------------
;; ECB
;;----------------------------------------------------------------------------
(require-package 'ecb)

(custom-set-variables '(ecb-options-version "2.50"))
(setq-default ecb-tip-of-the-day nil)

(provide 'init-ecb)