Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | - Refactoring diminish mode | Jesús | 2018-10-02 | 1 | -0/+1 |
| | | | | | | | | The diminish mode is activated, which helps us to keep the modeline clean. As we see, in the modeline the modes that are activated are shown, and every time we have more activated minor-modes, which add small functionalities to Emacs. In this case, there are many modes, that if they do not appear, nothing happens. So we hide some, like undo-tree that will always be activated. | ||||
* | disable editorconfig | Jesús | 2018-09-23 | 1 | -1/+1 |
| | |||||
* | provide highlight-indent-guide | Jesús | 2018-09-23 | 1 | -0/+1 |
| | |||||
* | Add support yaml-mode | Jesús | 2018-08-31 | 1 | -0/+1 |
| | |||||
* | Added tool editorconfig | Jesús | 2018-08-25 | 1 | -0/+1 |
| | |||||
* | Added whitespace-mode | Jesús | 2018-08-11 | 1 | -0/+1 |
| | |||||
* | fix C++-mode incorrect indentation | Jesús | 2018-08-11 | 1 | -0/+1 |
| | |||||
* | set to 4 spaces in python | Jesús | 2018-08-09 | 1 | -0/+1 |
| | |||||
* | rainbow-mode: colorize color names in buffers (css, less, sass, scss) | Jesús | 2018-08-07 | 1 | -0/+2 |
| | |||||
* | Added support less, sass, scss | Jesús | 2018-08-07 | 1 | -0/+3 |
| | |||||
* | Added support PHP and smarty-mode | Jesús | 2018-08-07 | 1 | -0/+1 |
| | |||||
* | Added security SSL | Jesús | 2018-08-04 | 1 | -0/+1 |
| | |||||
* | Initial commit | Jesús | 2018-07-29 | 1 | -0/+51 |