(Emacs)~whitespace now shows spaces
Might be kinda useless but I think it actually makes it a bit easier to distinguish what's written in a file.
This commit is contained in:
@@ -1968,7 +1968,7 @@ limit), so set it for specific modes need the help.
|
|||||||
(haskell-mode-hook . whitespace-mode)
|
(haskell-mode-hook . whitespace-mode)
|
||||||
(python-mode-hook . whitespace-mode)
|
(python-mode-hook . whitespace-mode)
|
||||||
:init
|
:init
|
||||||
(setq whitespace-style '(face lines-tail tabs tab-mark trailing newline)
|
(setq whitespace-style '(face lines-tail spaces tabs tab-mark trailing newline)
|
||||||
whitespace-line-column 80))
|
whitespace-line-column 80))
|
||||||
#+end_src
|
#+end_src
|
||||||
*** Set auto-fill-mode for all text-modes
|
*** Set auto-fill-mode for all text-modes
|
||||||
|
|||||||
Reference in New Issue
Block a user