Change fill column to 120
This commit is contained in:
parent
f4ecdb518e
commit
10faa3b170
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user