- Added ECB

Emacs Code Browser (Navegador de Código de Emacs, on spanish).
We present a configuration of windows in which will include a
browser of files and directories, a browser of objects within
our code and a history in addition to the window of our code.
This commit is contained in:
Jesús
2018-10-02 17:07:20 -05:00
parent 0aee87cf38
commit 0efdacfc6d
3 changed files with 11 additions and 1 deletions

9
lisp/init-ecb.el Normal file
View File

@@ -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)