Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' of ssh://hgit/software/emacs-personal into master | Jesús | 2021-11-02 | 1 | -0/+11 |
|\ | |||||
| * | Add lua language | Jesús | 2021-10-16 | 1 | -0/+11 |
| | | |||||
* | | change sudo to doas for open file with root privileges | Jesús | 2021-11-02 | 1 | -4/+4 |
|/ | |||||
* | Enable editorconfig package | Jesús | 2021-07-08 | 1 | -0/+1 |
| | |||||
* | change to 2 spaces in javascript | Jesús | 2021-07-08 | 1 | -2/+2 |
| | |||||
* | disable capitalize word (M-c) for default | Jesús | 2021-07-02 | 1 | -0/+1 |
| | | | | by @saravia | ||||
* | Add dockerfile-mode | Jesús | 2021-02-28 | 1 | -0/+11 |
| | |||||
* | Add dashboard | Jesús | 2021-02-01 | 1 | -0/+26 |
| | |||||
* | Add go support | Jesús | 2021-01-23 | 1 | -0/+11 |
| | |||||
* | Change to MELPA repo | Jesús | 2020-12-09 | 1 | -0/+3 |
| | |||||
* | Fix repo for rainbow | Jesús | 2020-12-07 | 1 | -0/+1 |
| | |||||
* | Add line columns to modeline | Jesús | 2020-11-10 | 1 | -0/+1 |
| | |||||
* | remove deprecated variables | Jesús | 2019-11-10 | 1 | -3/+0 |
| | | | | is deprecated in 23.2 | ||||
* | Fix typo | Jesús | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | Refactoring and cleanup code | Jesús | 2019-11-06 | 2 | -118/+52 |
| | | | | Linum-mode is disabled for default (can be activated with F6 key), and improves the handling of large files. | ||||
* | Fix git-diff | Jesús | 2019-10-26 | 1 | -1/+1 |
| | |||||
* | Added 'sudo open file option' | Jesús | 2019-10-26 | 1 | -0/+9 |
| | |||||
* | Set Default Browser | Jesús | 2019-10-26 | 2 | -10/+7 |
| | |||||
* | Fix: Emacs: Lisp error: (error "Invalid face" modeline) | Jesús | 2019-09-20 | 1 | -1/+1 |
| | |||||
* | semi-dark-theme for default | Jesús | 2019-09-18 | 1 | -12/+38 |
| | |||||
* | Added dark theme | Jesús | 2019-09-17 | 1 | -3/+6 |
| | |||||
* | improve colors | Jesús | 2019-09-17 | 2 | -3/+3 |
| | |||||
* | disable undo-tree-visualizer-diff | Jesús | 2019-09-17 | 1 | -1/+1 |
| | |||||
* | Markdown from MELPA | Jesús | 2019-09-17 | 1 | -0/+1 |
| | |||||
* | Suppressing ad-handle-definition Warnings in Emacs | Jesús | 2019-09-17 | 1 | -0/+2 |
| | | | | | | I looked into it and these warnings are generated when functions are redefined with defadvice. Most of the warnings I received were coming from third-party packages I had installed, not my own configuration. In any case, they were not helpful, just noise during Emacs startup. | ||||
* | Improve theme colors | Jesús | 2019-09-17 | 1 | -4/+11 |
| | |||||
* | Fix neo-smart-open duplicate | Jesús | 2019-09-15 | 1 | -2/+1 |
| | |||||
* | Remove ECB | Jesús | 2019-09-15 | 1 | -34/+0 |
| | |||||
* | remove sublime-themes to doom-themes | Jesús | 2019-09-15 | 2 | -26/+43 |
| | |||||
* | Added 'dotenv-mode' | Jesús | 2019-09-10 | 1 | -0/+12 |
| | | | | An Emacs mode for .env files that includes the following features | ||||
* | Added which-key | Jesús | 2019-09-10 | 1 | -0/+9 |
| | |||||
* | Added pelican hook | Jesús | 2019-09-10 | 1 | -5/+24 |
| | |||||
* | Added twig support | Jesús | 2019-08-16 | 2 | -0/+6 |
| | |||||
* | improve hook my-django-mode | Jesús | 2019-08-13 | 1 | -4/+4 |
| | |||||
* | web-mode: fix smarty | Jesús | 2019-08-13 | 1 | -1/+5 |
| | |||||
* | remove prettier, require nodejs | Jesús | 2019-08-12 | 1 | -6/+0 |
| | |||||
* | Added JavaScript support with js2-mode | Jesús | 2019-08-12 | 2 | -0/+149 |
| | |||||
* | Added vue-mode support | Jesús | 2019-08-10 | 1 | -0/+18 |
| | |||||
* | web-mode from MELPA and added blade.php into laravel | Jesús | 2019-08-10 | 1 | -7/+9 |
| | |||||
* | Fix: the function ‘web-mode-set-engine’ might not be defined at runtime | Jesús | 2019-08-09 | 1 | -17/+20 |
| | |||||
* | remove bits unimportants | Jesús | 2019-08-09 | 1 | -3/+0 |
| | |||||
* | simple command `pin` into use-package | Jesús | 2019-08-09 | 3 | -10/+6 |
| | |||||
* | Added missing smartparens package | Jesús | 2019-08-08 | 1 | -0/+18 |
| | |||||
* | fix wrong name | Jesús | 2019-08-07 | 1 | -1/+1 |
| | |||||
* | Added support syntax Django | Jesús | 2019-08-07 | 2 | -1/+38 |
| | |||||
* | change to MELPA mirror of smart-mode-line | Jesús | 2019-07-02 | 2 | -2/+6 |
| | |||||
* | fix elpy: Emacs Python Development Environment | Jesús | 2019-05-17 | 1 | -10/+14 |
| | |||||
* | enable flycheck into python-mode | Jesús | 2019-05-17 | 1 | -4/+5 |
| | |||||
* | fix hook pip-requirements | Jesús | 2019-05-17 | 1 | -2/+2 |
| | |||||
* | replace Jedi for pyvenv | Jesús | 2019-05-17 | 1 | -17/+19 |
| | | | | https://github.com/jorgenschaefer/pyvenv |