diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-02-28 11:44:23 +0000 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-02-28 11:44:23 +0000 |
commit | e0a7cc97fd987e758a6133bf1ae0a11188f7b65e (patch) | |
tree | be0def12cce0d3ed6aeb43b296c6f2202c1169ce /.emacs.d/lisp | |
parent | 618b4a9a7d69cefe6e3af87993610eab47b31a79 (diff) | |
download | dotfiles-e0a7cc97fd987e758a6133bf1ae0a11188f7b65e.tar.gz |
Show trailing whitespace and end of buffer
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-ui.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/lisp/init-ui.el b/.emacs.d/lisp/init-ui.el index cb93a7f..52f738b 100644 --- a/.emacs.d/lisp/init-ui.el +++ b/.emacs.d/lisp/init-ui.el @@ -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) |