1
0
mirror of https://github.com/Foltik/dotfiles synced 2025-01-07 08:42:47 -05:00

Add emacs whitespace butler

This commit is contained in:
Jack Foltz 2018-12-21 12:47:29 -05:00
parent 021012e645
commit e1d0fbe83e
Signed by: foltik
GPG Key ID: D1F0331758D1F29A

View File

@ -678,6 +678,14 @@ Use =S= and a delimiter to surround in visual mode.
:config
(global-evil-surround-mode 1))
#+END_SRC
*** ws-butler
Unobtrusively cleans up whitespace before EOLs
as you edit, stopping the noisy commits generated
from blanket trimming entire files.
#+BEGIN_SRC emacs-lisp
(use-package ws-butler
:hook (prog-mode . ws-butler-mode))
#+END_SRC
** Prettification
*** pretty-mode
[[https://github.com/pretty-mode/pretty-mode][Redisplay parts of the Emacs buffer as pretty symbols.]]