aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-ecb.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-ecb.el')
-rw-r--r--lisp/init-ecb.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/init-ecb.el b/lisp/init-ecb.el
new file mode 100644
index 0000000..6e19113
--- /dev/null
+++ b/lisp/init-ecb.el
@@ -0,0 +1,9 @@
+;;----------------------------------------------------------------------------
+;; ECB
+;;----------------------------------------------------------------------------
+(require-package 'ecb)
+
+(custom-set-variables '(ecb-options-version "2.50"))
+(setq-default ecb-tip-of-the-day nil)
+
+(provide 'init-ecb)