5 Commits

Author SHA1 Message Date
0aee87cf38
- Refactoring diminish mode
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.
2018-10-02 16:45:08 -05:00
85066f0c6a
Added Diminish and Undo-tree 2018-10-02 16:16:57 -05:00
b48545bb7b
Added auto-revert-mode
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.
2018-08-04 14:37:24 -05:00
34de2970c2
remove unimportant line 2018-08-04 14:07:15 -05:00
d172fb6e48
Initial commit 2018-07-29 20:12:28 -05:00