diff options
| author | Jesús <heckyel@hyperbola.info> | 2018-10-02 17:07:20 -0500 |
|---|---|---|
| committer | Jesús <heckyel@hyperbola.info> | 2018-10-02 17:07:20 -0500 |
| commit | 0efdacfc6da7d90329acc635498a7be83e102a24 (patch) | |
| tree | 56e37d52c5839eefc3cc5046ec4cf144601c1522 /custom.el | |
| parent | 0aee87cf38e0d0bb6b4d6dee97f1aab93ea5a649 (diff) | |
| download | emacs-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 'custom.el')
| -rw-r--r-- | custom.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ '(anzu-search-threshold 1000) '(package-selected-packages (quote - (undo-tree pip-requirements jedi highlight-indent-guides yaml-mode whitespace-cleanup-mode sublime-themes sml-modeline smarty-mode smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode prettier-js pkgbuild-mode pcre2el nlinum markdown-mode less-css-mode flycheck editorconfig anzu ac-php)))) + (ecb undo-tree pip-requirements jedi highlight-indent-guides yaml-mode whitespace-cleanup-mode sublime-themes sml-modeline smarty-mode smart-mode-line-powerline-theme scss-mode sass-mode rainbow-mode prettier-js pkgbuild-mode pcre2el nlinum markdown-mode less-css-mode flycheck editorconfig anzu ac-php)))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. |
