Change cursor to a vertical bar

This commit is contained in:
David Morgan 2022-10-05 20:12:08 +01:00
parent df320054f8
commit b9932fcf98
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
initial-scratch-message nil)
(blink-cursor-mode -1)
(setq-default cursor-type 'bar)
(setq whitespace-line-column 120)
(setq show-trailing-whitespace t)