aboutsummaryrefslogtreecommitdiffstats
path: root/init.el
Commit message (Collapse)AuthorAgeFilesLines
* Set vscode like default themeJesús2022-10-171-1/+2
|
* Add graphvizJesús2022-10-171-0/+1
|
* Add terraform moduleJesús2022-09-011-0/+1
|
* add reveal.jsJesús2022-05-051-1/+2
|
* Add restclient packageJesús2022-03-071-1/+2
|
* Add .env to custom configurationJesús2022-03-051-1/+2
|
* Add performance read-process-outputJesús2022-01-151-0/+2
|
* Add linter supportJesús2022-01-151-1/+2
|
* Add typescript-modeJesús2022-01-071-0/+1
|
* Add lua languageJesús2021-10-161-0/+1
|
* Enable editorconfig packageJesús2021-07-081-1/+1
|
* Add dockerfile-modeJesús2021-02-281-0/+1
|
* minor fix TLS in emacs 26.xJesús2021-02-071-1/+1
|
* Add dashboardJesús2021-02-011-0/+1
|
* improve speedJesús2021-02-011-6/+28
|
* go to init.el and update custom.elJesús2021-01-231-0/+1
|
* Fix conditional versionJesús2020-12-091-1/+1
|
* Fix algoritm version previous to 26.xJesús2020-08-061-1/+2
|
* Fix TLS emacs 26.xJesús2020-08-041-0/+3
|
* Doc for fix elpa signatureJesús2020-07-201-0/+2
|
* Refactoring and cleanup codeJesús2019-11-061-41/+4
| | | | Linum-mode is disabled for default (can be activated with F6 key), and improves the handling of large files.
* Remove ECBJesús2019-09-151-1/+0
|
* Added 'dotenv-mode'Jesús2019-09-101-0/+1
| | | | An Emacs mode for .env files that includes the following features
* Added JavaScript support with js2-modeJesús2019-08-121-0/+1
|
* Added vue-mode supportJesús2019-08-101-0/+1
|
* Added missing smartparens packageJesús2019-08-081-0/+1
|
* Added missing projectile moduleJesús2019-08-071-0/+1
|
* 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