Increase text line width to take advantage of monitor space

Yes, 80 has been the default since ages, but I indeed to have more
horizontal space available and I should use it #NewTraditionsFromOld.
This commit is contained in:
Daniel - 2024-04-27 10:45:18 +02:00
parent 8fa265bd9b
commit a9f0f0b2ee
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
(fset 'yes-or-no-p 'y-or-n-p)
(setq-default fill-column 80)
(setq-default fill-column 100)
(setq-default indent-tabs-mode nil)
(setq frame-title-format "emacs")