Change maximum line length from 80 to 100

This commit is contained in:
Gergely Polonkai 2017-09-18 15:31:59 +02:00
parent 5830f59c46
commit 64cd989f82
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@
(quote
("84d2f9eeb3f82d619ca4bfffe5f157282f4779732f48a5ac1484d94d5ff5b279" "3c83b3676d796422704082049fc38b6966bcad960f896669dfc21a7a37a748fa" "a27c00821ccfd5a78b01e4f35dc056706dd9ede09a8b90c6955ae6a390eb1c1e" default)))
'(echo-keystrokes 0.1)
'(fill-column 76)
'(fill-column 98)
'(indent-tabs-mode nil)
'(indicate-empty-lines t)
'(inhibit-startup-echo-area-message (user-login-name))

View File

@ -129,6 +129,7 @@
:demand
:config
(global-whitespace-mode 1)
(setq whitespace-line-column 100)
:bind
(([f10] . whitespace-mode)
([(shift f10)] . global-whitespace-mode)))