aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
Commit message (Collapse)AuthorAgeFilesLines
...
* Added web-modeJesús2018-11-021-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ús2018-11-021-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 EmacsJesús2018-11-021-0/+1
|
* Added custom mode-htmlJesús2018-10-171-0/+1
|
* Added crystal languageJesús2018-10-151-0/+1
|
* Added major mode for editing nginx config filesJesús2018-10-041-0/+1
|
* Add all-the-icons on combination with neotree | esthetic directoryJesús2018-10-031-0/+1
|
* Added neotree - Manage directoryJesús2018-10-031-0/+1
|
* Added Emmet ModeJesús2018-10-021-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 ECBJesús2018-10-021-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 modeJesús2018-10-021-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 editorconfigJesús2018-09-231-1/+1
|
* provide highlight-indent-guideJesús2018-09-231-0/+1
|
* Add support yaml-modeJesús2018-08-311-0/+1
|
* Added tool editorconfigJesús2018-08-251-0/+1
|
* Added whitespace-modeJesús2018-08-111-0/+1
|
* fix C++-mode incorrect indentationJesús2018-08-111-0/+1
|
* set to 4 spaces in pythonJesús2018-08-091-0/+1
|
* rainbow-mode: colorize color names in buffers (css, less, sass, scss)Jesús2018-08-071-0/+2
|
* Added support less, sass, scssJesús2018-08-071-0/+3
|
* Added support PHP and smarty-modeJesús2018-08-071-0/+1
|
* Added security SSLJesús2018-08-041-0/+1
|
* Initial commitJesús2018-07-291-0/+51