Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | fix visualizer popup undo-tree | Jesús | 2019-02-03 | 1 | -6/+21 | |
| | ||||||
* | Fix pop-up neo-tree | Jesús | 2019-02-03 | 1 | -1/+2 | |
| | | | | | | | | | By default, Emacs packages such as undo-tree-mode seem to be dependent on windows to display the visualization. The first basic step would be to `(setq pop-up-frames t)` so that display-buffer always makes a new frame. | |||||
* | fix linum-mode in c-mode, c++-mode | Jesús | 2019-02-02 | 1 | -0/+2 | |
| | ||||||
* | fix indent c-mode | Jesús | 2019-02-02 | 1 | -0/+9 | |
| | ||||||
* | change smart-open to nil in neotree | Jesús | 2019-02-01 | 1 | -1/+1 | |
| | ||||||
* | change package-archive-priorities melpa-stable firts | Jesús | 2019-02-01 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | Use the option package-archive-priorities which was made for this very purpose. To prefer MELPA Stable over MELPA. The higher the number, the higher the priority of a package archive. For any package that exists in multiple archives Emacs' package manager picks the package from the archive with the highest priority, and ignores packages in other archives, even if the version number is higher. If the package exists in two archives of the same priority, the higher version number wins, and ultimately I think the order in package-archives. | |||||
* | Fixed erase mode pop up | Jesús | 2019-02-01 | 1 | -1/+2 | |
| | ||||||
* | single hook with use-package | Jesús | 2019-01-31 | 6 | -32/+32 | |
| | ||||||
* | Delete ggtags | Jesús | 2019-01-31 | 1 | -22/+0 | |
| | ||||||
* | Added ggtags | Jesús | 2019-01-31 | 1 | -0/+22 | |
| | ||||||
* | Added apache-mode | Jesús | 2019-01-31 | 1 | -0/+20 | |
| | ||||||
* | fix disable linum-mode in modes | Jesús | 2019-01-31 | 1 | -3/+15 | |
| | ||||||
* | Fix the following functions might not be defined at runtime | Jesús | 2019-01-22 | 1 | -41/+50 | |
| | | | | | | | | | | | | | - off-p - shrink-path-dirs - neo-buffer--insert-root-entry Fix functions are not known to be defined - shrink-root-entry - projectile-project-root FS #2 | |||||
* | Fix the function ‘editorconfig-mode’ is not known to be defined | Jesús | 2019-01-22 | 1 | -1/+3 | |
| | | | | FS #2 | |||||
* | Fix the following functions are not known to be defined: ivy-read, ↵ | Jesús | 2019-01-22 | 1 | -12/+21 | |
| | | | | | | enable-smerge-maybe FS #2 | |||||
* | fix the function ‘ecb-deactivate’ might not be defined at runtime. | Jesús | 2019-01-22 | 1 | -3/+8 | |
| | | | | FS #2 | |||||
* | Change directory lisp/ to modules/ | Jesús | 2019-01-22 | 36 | -0/+1170 | |
FS #2 |