mirror of
https://github.com/Foltik/dotfiles
synced 2025-04-03 01:42:16 -04: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
|
:config
|
||||||
(global-evil-surround-mode 1))
|
(global-evil-surround-mode 1))
|
||||||
#+END_SRC
|
#+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
|
** Prettification
|
||||||
*** pretty-mode
|
*** pretty-mode
|
||||||
[[https://github.com/pretty-mode/pretty-mode][Redisplay parts of the Emacs buffer as pretty symbols.]]
|
[[https://github.com/pretty-mode/pretty-mode][Redisplay parts of the Emacs buffer as pretty symbols.]]
|
||||||
|
Loading…
Reference in New Issue
Block a user