Change fill column to 120

This commit is contained in:
Gergely Polonkai 2023-11-02 17:22:24 +01:00
parent f4ecdb518e
commit 10faa3b170
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 2 deletions

View File

@ -706,7 +706,7 @@ Now that we have package management configured we can set up defaults more easil
(use-dialog-box nil)
(cursor-type 'bar)
(echo-keystrokes .01)
(fill-column 80)
(fill-column 120)
(initial-scratch-message "")
(minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt))
(enable-recursive-minibuffers t)
@ -995,7 +995,7 @@ Plus prettify all the symbols!
(add-function :before-while whitespace-enable-predicate 'prevent-whitespace-mode-for-some)
(global-whitespace-mode 1)
:custom
(whitespace-line-column 100)
(whitespace-line-column 120)
:bind
(([f10] . whitespace-mode)
([(shift f10)] . global-whitespace-mode)