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:
parent
021012e645
commit
e1d0fbe83e
@ -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.]]
|
||||
|
Loading…
Reference in New Issue
Block a user