Add fill-column setting to the config

This commit is contained in:
Gergely Polonkai 2023-08-29 10:51:00 +02:00
parent 3b72550a3f
commit 850d803d61
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 1 deletions

View File

@ -100,7 +100,8 @@
(kill-read-only-ok t)
(use-dialog-box nil)
(cursor-type 'bar)
(echo-keystrokes .01))
(echo-keystrokes .01)
(fill-column 80))
#+END_SRC
** Set up some default faces