aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/init-editing-utils.el
Commit message (Collapse)AuthorAgeFilesLines
* Change directory lisp/ to modules/Jesús2019-01-221-57/+0
| | | | FS #2
* add-hook is a function, so all of its args are evaluated before it does its ↵Jesús2018-11-081-2/+3
| | | | | | | | | thing (using their values). The value of the sexp you passed as its second arg is the symbol delete-trailing-whitespace, because the arg to when is a non-nil list (because you quoted it). So the when condition is always true. And you never invoke function delete-trailing-whitespace; you just return the symbol that names that function.
* fix whitespace and undo-treeJesús2018-11-081-4/+17
| | | | | - Remove whitespace, except on diff-mode - Improve syntax undo-tree-mode
* change require-package to use-packageJesús2018-10-201-1/+1
|
* - Refactoring diminish modeJesús2018-10-021-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-treeJesús2018-10-021-0/+14
|
* Added auto-revert-modeJesús2018-08-041-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 lineJesús2018-08-041-1/+0
|
* Initial commitJesús2018-07-291-0/+31