add resizing of cursor width to char width
This commit is contained in:
parent
b6ec235b17
commit
b14075558d
1 changed files with 3 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Reference in a new issue