blob: 889cae2630e546feb7cee1b3776c83efa6ed22c2 (
plain)
1
2
3
4
5
6
7
8
9
|
;;----------------------------------------------------------------------------
;; ECB
;;----------------------------------------------------------------------------
(use-package ecb)
(custom-set-variables '(ecb-options-version "2.50"))
(setq-default ecb-tip-of-the-day nil)
(provide 'init-ecb)
|