aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
Commit message (Collapse)AuthorAgeFilesLines
* refactoringJesús2019-05-151-9/+8
|
* code-cleanupJesús2019-05-141-1/+0
|
* fix package-initialize: packaga-initialize is init-elpa.elJesús2019-05-121-1/+1
|
* replace helm for ivyJesús2019-05-081-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 commandJesús2019-05-081-0/+3
|
* improve performanceJesús2019-05-081-45/+88
|
* added welcome message to emacsJesús2019-05-061-0/+4
|
* update performanceJesús2019-05-061-44/+47
|
* added company-modeJesús2019-03-181-0/+1
|
* Do not hard-code ~/emacs.dJesús2019-03-031-1/+1
| | | | Instead, use user-emacs-directory
* added log4j-modeJesús2019-02-181-0/+1
|
* Added helmJesús2019-02-151-0/+1
|
* Delete ggtagsJesús2019-01-311-1/+0
|
* Added ggtagsJesús2019-01-311-0/+1
|
* Added apache-modeJesús2019-01-311-0/+1
|
* Fix avoid “Cannot open load file” when using requireJesús2019-01-221-34/+35
| | | | FS #2
* Change directory lisp/ to modules/Jesús2019-01-221-1/+10
| | | | FS #2
* added support gitJesús2019-01-081-0/+1
|
* only phpJesús2019-01-081-0/+1
|
* Added dokuwiki-modeJesús2018-11-211-1/+1
|
* Remove mmm-mode, php-mode :: only web-modeJesús2018-11-121-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ús2018-11-101-0/+1
|
* Added support for PHP + HTML combined with the help of mmm-modeJesús2018-11-061-1/+2
| | | | Note: remember that working with PHP and combined HTML isn't a best practice
* 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