Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | change require-package to use-package | Jesús | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | - Refactoring diminish mode | Jesús | 2018-10-02 | 1 | -7/+0 |
| | | | | | | | | The diminish mode is activated, which helps us to keep the modeline clean. As we see, in the modeline the modes that are activated are shown, and every time we have more activated minor-modes, which add small functionalities to Emacs. In this case, there are many modes, that if they do not appear, nothing happens. So we hide some, like undo-tree that will always be activated. | ||||
* | Added Diminish and Undo-tree | Jesús | 2018-10-02 | 1 | -0/+14 |
| | |||||
* | Added auto-revert-mode | Jesús | 2018-08-04 | 1 | -0/+6 |
| | | | | | Active auto-revert-mode that automatically reloads modified files out of Emacs. It is very useful to see logs (like auto-revert-tail-mode) among many other cases. | ||||
* | remove unimportant line | Jesús | 2018-08-04 | 1 | -1/+0 |
| | |||||
* | Initial commit | Jesús | 2018-07-29 | 1 | -0/+31 |