aboutsummaryrefslogtreecommitdiffstats
path: root/custom.el
Commit message (Collapse)AuthorAgeFilesLines
* Update custom to current packagesJesús2022-10-171-6/+1
|
* Add restclient packageJesús2022-03-071-1/+1
|
* Add .env to custom configurationJesús2022-03-051-1/+1
|
* Add missing prettier-js packageJesús2022-01-151-1/+1
|
* improve javascript modeJesús2022-01-151-1/+1
|
* Add linter supportJesús2022-01-151-1/+1
|
* fix missing packagesJesús2021-11-021-1/+1
| | | | | | Error (use-package): Failed to install gitconfig-mode: Package ‘gitconfig-mode-’ is unavailable Error (use-package): Failed to install gitignore-mode: Package ‘gitignore-mode-’ is unavailable Error (use-package): Failed to install gitattributes-mode: Package ‘gitattributes-mode-’ is unavailable
* Enable editorconfig packageJesús2021-07-081-1/+1
|
* Add dockerfile-modeJesús2021-02-281-1/+1
|
* go to init.el and update custom.elJesús2021-01-231-2/+1
|
* Fix repo for rainbowJesús2020-12-071-1/+1
|
* Doc for fix elpa signatureJesús2020-07-201-1/+1
|
* Remove ECBJesús2019-09-151-2/+1
|
* remove sublime-themes to doom-themesJesús2019-09-151-1/+1
|
* Added 'dotenv-mode'Jesús2019-09-101-1/+1
| | | | An Emacs mode for .env files that includes the following features
* remove prettier, require nodejsJesús2019-08-121-1/+1
|
* Added JavaScript support with js2-modeJesús2019-08-121-1/+1
|
* Added vue-mode supportJesús2019-08-101-1/+1
|
* Added missing smartparens packageJesús2019-08-081-1/+1
|
* Added missing projectile moduleJesús2019-08-071-1/+1
|
* Added support syntax DjangoJesús2019-08-071-1/+1
|
* reorganize custom.elJesús2019-05-171-1/+1
|
* update custom: added elpyJesús2019-05-171-1/+1
|
* update custom.elJesús2019-05-171-1/+1
|
* update custom.elJesús2019-05-081-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 😊
* added company-modeJesús2019-03-181-1/+1
|
* added log4j-modeJesús2019-02-181-1/+1
|
* update customJesús2019-02-161-1/+1
|
* Added helmJesús2019-02-151-1/+1
|
* Delete ggtagsJesús2019-01-311-1/+1
|
* Added ggtagsJesús2019-01-311-1/+1
|
* Added apache-modeJesús2019-01-311-1/+1
|
* Change directory lisp/ to modules/Jesús2019-01-221-1/+1
| | | | FS #2
* fix neotree don't update the generated files FS#3Jesús2019-01-211-1/+1
|
* added support gitJesús2019-01-081-1/+1
|
* only phpJesús2019-01-081-1/+1
|
* Added dokuwiki-modeJesús2018-11-211-1/+1
|
* Remove mmm-mode, php-mode :: only web-modeJesús2018-11-121-1/+1
| | | | | | | | | 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.
* Added support for PHP + HTML combined with the help of mmm-modeJesús2018-11-061-1/+1
| | | | Note: remember that working with PHP and combined HTML isn't a best practice
* minor fix to web-modeJesús2018-11-021-2/+1
|
* Added web-modeJesús2018-11-021-1/+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/+1
| | | | | | | 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-1/+1
|
* change require-package to use-packageJesús2018-10-201-1/+1
|
* Added crystal languageJesús2018-10-151-1/+1
|
* Added major mode for editing nginx config filesJesús2018-10-041-1/+1
|
* Add all-the-icons on combination with neotree | esthetic directoryJesús2018-10-031-1/+1
|
* Added neotree - Manage directoryJesús2018-10-031-1/+1
|
* Added Emmet ModeJesús2018-10-021-1/+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