aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-10-02 17:07:20 -0500
committerJesús <heckyel@hyperbola.info>2018-10-02 17:07:20 -0500
commit0efdacfc6da7d90329acc635498a7be83e102a24 (patch)
tree56e37d52c5839eefc3cc5046ec4cf144601c1522 /lisp
parent0aee87cf38e0d0bb6b4d6dee97f1aab93ea5a649 (diff)
downloademacs-personal-0efdacfc6da7d90329acc635498a7be83e102a24.tar.lz
emacs-personal-0efdacfc6da7d90329acc635498a7be83e102a24.tar.xz
emacs-personal-0efdacfc6da7d90329acc635498a7be83e102a24.zip
- 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.
Diffstat (limited to 'lisp')
-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)