diff --git a/configuration.org b/configuration.org index 0004f1f..47d9c61 100644 --- a/configuration.org +++ b/configuration.org @@ -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)