Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change directory lisp/ to modules/ | Jesús | 2019-01-22 | 1 | -9/+0 |
| | | | | FS #2 | ||||
* | change require-package to use-package | Jesús | 2018-10-20 | 1 | -1/+1 |
| | |||||
* | - Refactoring diminish mode | Jesús | 2018-10-02 | 1 | -0/+9 |
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. |