Remove tab-width from emacs init.el

This commit is contained in:
Marcus Kammer 2023-11-09 08:09:39 +01:00
parent f7281b83c9
commit 6deb7965d4
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -564,9 +564,6 @@ write_files:
;; Disable creation of backup files
(setq make-backup-files nil)
;; Set width of a tab to 4 spaces
(setq tab-width 4)
;; Single space ends a sentence
(setq sentence-end-double-space nil)