Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | neo-window-fixed-size nil | Jesús | 2019-05-17 | 1 | -0/+1 |
| | |||||
* | organize utf-8 | Jesús | 2019-05-15 | 1 | -0/+13 |
| | |||||
* | remove duplicate parameters: (setq indicate-empty-lines nil), closed #12 | Jesús | 2019-05-15 | 1 | -1/+0 |
| | |||||
* | code-cleanup: remove unimportant code, this already exists with use-package: ↵ | Jesús | 2019-05-14 | 1 | -11/+2 |
| | | | | :after | ||||
* | refactoring code | Jesús | 2019-05-14 | 4 | -69/+48 |
| | |||||
* | remove duplicate code-cleanup | Jesús | 2019-05-14 | 4 | -8/+5 |
| | |||||
* | code-cleanup | Jesús | 2019-05-14 | 2 | -29/+0 |
| | |||||
* | Fix decentralized configuration theme, closed #11 | Jesús | 2019-05-13 | 1 | -6/+7 |
| | |||||
* | fix unknown package hl-line #10 | Jesús | 2019-05-13 | 1 | -8/+2 |
| | |||||
* | neotree from MELPA: until fix https://github.com/jaypei/emacs-neotree/issues/317 | Jesús | 2019-05-12 | 1 | -0/+4 |
| | |||||
* | minor fix: replace string chromium to generic into markdown-mode | Jesús | 2019-05-12 | 1 | -1/+1 |
| | |||||
* | define custom browser into markdown-mode | Jesús | 2019-05-12 | 1 | -1/+10 |
| | |||||
* | replace helm for ivy | Jesús | 2019-05-08 | 2 | -34/+42 |
| | | | | | | | 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-mode | Jesús | 2019-03-18 | 1 | -0/+40 |
| | |||||
* | fix: to use shift-selection with Org-mode, customize 'org-support-shift-select | Jesús | 2019-03-13 | 1 | -0/+4 |
| | |||||
* | Do not hard-code ~/emacs.d | Jesús | 2019-03-03 | 3 | -4/+4 |
| | | | | Instead, use user-emacs-directory | ||||
* | disable scss-mode and edit scss files with web-mode | Jesús | 2019-02-19 | 2 | -5/+6 |
| | |||||
* | update scss-mode | Jesús | 2019-02-19 | 1 | -1/+4 |
| | |||||
* | update nlinum | Jesús | 2019-02-19 | 1 | -0/+1 |
| | |||||
* | added log4j-mode | Jesús | 2019-02-18 | 1 | -0/+16 |
| | |||||
* | minor fix | Jesús | 2019-02-15 | 1 | -0/+34 |
| | |||||
* | Change capital-case and Emoticon to Kaomonji | Jesús | 2019-02-12 | 1 | -1/+1 |
| | |||||
* | improved fonts all-the-icons | Jesús | 2019-02-12 | 1 | -9/+9 |
| | |||||
* | remove ignore vendor/ directory | Jesús | 2019-02-08 | 1 | -1/+1 |
| |