From 0efdacfc6da7d90329acc635498a7be83e102a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Tue, 2 Oct 2018 17:07:20 -0500 Subject: - Added ECB MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- lisp/init-ecb.el | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 lisp/init-ecb.el (limited to 'lisp') 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) -- cgit v1.2.3