Show trailing whitespace and end of buffer

This commit is contained in:
David Morgan 2022-02-28 11:44:23 +00:00
parent 618b4a9a7d
commit e0a7cc97fd
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
(blink-cursor-mode -1)
(setq whitespace-line-column 120)
(setq show-trailing-whitespace t)
(setq-default indicate-empty-lines t)
(setq ring-bell-function 'ignore
visible-bell t)