add resizing of cursor width to char width

This commit is contained in:
finga 2018-06-14 18:23:18 +02:00
parent b6ec235b17
commit b14075558d

View file

@ -17,6 +17,9 @@
;; use space instead of tabs
(setq-default indent-tabs-mode nil)
;; resize cursor to character
(setq x-stretch-cursor t)
;; delete trailing whitespaces before saving
(add-hook 'before-save-hook 'delete-trailing-whitespace)