Change maximum line length from 80 to 100

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

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)))