| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Enable editorconfig package | Jesús | 2021-07-08 | 1 | -1/+1 |
| | | |||||
| * | Add dockerfile-mode | Jesús | 2021-02-28 | 1 | -0/+1 |
| | | |||||
| * | minor fix TLS in emacs 26.x | Jesús | 2021-02-07 | 1 | -1/+1 |
| | | |||||
| * | Add dashboard | Jesús | 2021-02-01 | 1 | -0/+1 |
| | | |||||
| * | improve speed | Jesús | 2021-02-01 | 1 | -6/+28 |
| | | |||||
| * | go to init.el and update custom.el | Jesús | 2021-01-23 | 1 | -0/+1 |
| | | |||||
| * | Fix conditional version | Jesús | 2020-12-09 | 1 | -1/+1 |
| | | |||||
| * | Fix algoritm version previous to 26.x1.0.2 | Jesús | 2020-08-06 | 1 | -1/+2 |
| | | |||||
| * | Fix TLS emacs 26.x | Jesús | 2020-08-04 | 1 | -0/+3 |
| | | |||||
| * | Doc for fix elpa signature | Jesús | 2020-07-20 | 1 | -0/+2 |
| | | |||||
| * | Refactoring and cleanup code | Jesús | 2019-11-06 | 1 | -41/+4 |
| | | | | | Linum-mode is disabled for default (can be activated with F6 key), and improves the handling of large files. | ||||
| * | Remove ECB | Jesús | 2019-09-15 | 1 | -1/+0 |
| | | |||||
| * | Added 'dotenv-mode'0.1 | Jesús | 2019-09-10 | 1 | -0/+1 |
| | | | | | An Emacs mode for .env files that includes the following features | ||||
| * | Added JavaScript support with js2-mode | Jesús | 2019-08-12 | 1 | -0/+1 |
| | | |||||
| * | Added vue-mode support | Jesús | 2019-08-10 | 1 | -0/+1 |
| | | |||||
| * | Added missing smartparens package | Jesús | 2019-08-08 | 1 | -0/+1 |
| | | |||||
| * | Added missing projectile module | Jesús | 2019-08-07 | 1 | -0/+1 |
| | | |||||
| * | refactoring | Jesús | 2019-05-15 | 1 | -9/+8 |
| | | |||||
| * | code-cleanup | Jesús | 2019-05-14 | 1 | -1/+0 |
| | | |||||
| * | fix package-initialize: packaga-initialize is init-elpa.el | Jesús | 2019-05-12 | 1 | -1/+1 |
| | | |||||
| * | replace helm for ivy | Jesús | 2019-05-08 | 1 | -1/+1 |
| | | | | | | | | After experiencing these three packages, I liked helm, but to be honest, I wasn't using all of its features and I was looking for a lighter and faster solution. That's why, it's already a few years since I chose ivy and which corresponds entirely to my workflow. Please note that my choice may vary according to your criteria 😊 | ||||
| * | enable erase-buffer command | Jesús | 2019-05-08 | 1 | -0/+3 |
| | | |||||
| * | improve performance | Jesús | 2019-05-08 | 1 | -45/+88 |
| | | |||||
| * | added welcome message to emacs | Jesús | 2019-05-06 | 1 | -0/+4 |
| | | |||||
| * | update performance | Jesús | 2019-05-06 | 1 | -44/+47 |
| | | |||||
| * | added company-mode | Jesús | 2019-03-18 | 1 | -0/+1 |
| | | |||||
| * | Do not hard-code ~/emacs.d | Jesús | 2019-03-03 | 1 | -1/+1 |
| | | | | | Instead, use user-emacs-directory | ||||
| * | added log4j-mode | Jesús | 2019-02-18 | 1 | -0/+1 |
| | | |||||
| * | Added helm | Jesús | 2019-02-15 | 1 | -0/+1 |
| | | |||||
| * | Delete ggtags | Jesús | 2019-01-31 | 1 | -1/+0 |
| | | |||||
| * | Added ggtags | Jesús | 2019-01-31 | 1 | -0/+1 |
| | | |||||
| * | Added apache-mode | Jesús | 2019-01-31 | 1 | -0/+1 |
| | | |||||
| * | Fix avoid “Cannot open load file” when using require | Jesús | 2019-01-22 | 1 | -34/+35 |
| | | | | | FS #2 | ||||
| * | Change directory lisp/ to modules/ | Jesús | 2019-01-22 | 1 | -1/+10 |
| | | | | | FS #2 | ||||
| * | added support git | Jesús | 2019-01-08 | 1 | -0/+1 |
| | | |||||
| * | only php | Jesús | 2019-01-08 | 1 | -0/+1 |
| | | |||||
| * | Added dokuwiki-mode | Jesús | 2018-11-21 | 1 | -1/+1 |
| | | |||||
| * | Remove mmm-mode, php-mode :: only web-mode | Jesús | 2018-11-12 | 1 | -2/+0 |
| | | | | | | | | | | Working in PHP languages with HTML is a daily task. In the first instance I tried to combine its syntax with multi-web-mode but it consumed a lot of resources. In the second instance I made the language reader using mmm-mode, reading php-mode in web mode. However this has not been enough because the color problems between modes produce bugs. Now only the web-mode for PHP works, and I have managed to activate PHP flycheck for web-mode. | ||||
| * | Show message «Done! emacs» | Jesús | 2018-11-10 | 1 | -0/+1 |
| | | |||||
| * | Added support for PHP + HTML combined with the help of mmm-mode | Jesús | 2018-11-06 | 1 | -1/+2 |
| | | | | | Note: remember that working with PHP and combined HTML isn't a best practice | ||||
| * | Added web-mode | Jesús | 2018-11-02 | 1 | -0/+1 |
| | | | | | | it's only enabled in the extensions djhtml, html, tpl see init-web-mode.el | ||||
| * | Revert "multiple major mode support for web editing in Emacs" | Jesús | 2018-11-02 | 1 | -1/+0 |
| | | | | | | | | The change is reversed. This is done because it isn't best practice to mix PHP with HTML :( This reverts commit 0479eaa621096911f81f11d46c5e6f54d192b1ec. | ||||
| * | multiple major mode support for web editing in Emacs | Jesús | 2018-11-02 | 1 | -0/+1 |
| | | |||||
| * | Added custom mode-html | Jesús | 2018-10-17 | 1 | -0/+1 |
| | | |||||
| * | Added crystal language | Jesús | 2018-10-15 | 1 | -0/+1 |
| | | |||||
| * | Added major mode for editing nginx config files | Jesús | 2018-10-04 | 1 | -0/+1 |
| | | |||||
| * | Add all-the-icons on combination with neotree | esthetic directory | Jesús | 2018-10-03 | 1 | -0/+1 |
| | | |||||
| * | Added neotree - Manage directory | Jesús | 2018-10-03 | 1 | -0/+1 |
| | | |||||
| * | Added Emmet Mode | Jesús | 2018-10-02 | 1 | -0/+1 |
| | | | | | | | | Emmet Mode is a minor mode providing support for Zen Coding by producing HTML from CSS-like selectors → https://github.com/smihica/emmet-mode | ||||
| * | - Added ECB | Jesús | 2018-10-02 | 1 | -0/+1 |
| | | | | | | | | 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. | ||||
