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

View File

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