It's 2018, let's bump from 80 to 88 columns.

This commit is contained in:
Julien Palard 2018-06-15 17:56:53 +02:00
parent 239a6ae5ad
commit 47399324ea
1 changed files with 2 additions and 0 deletions

2
.emacs
View File

@ -110,6 +110,7 @@
;; Highlight 80th column
(require 'whitespace)
(setq whitespace-line-column 88)
(setq whitespace-style '(face empty tabs lines-tail trailing))
(global-whitespace-mode t)
@ -201,6 +202,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(flycheck-pycheckers-checkers (quote (flake8 pylint mypy3)))
'(flycheck-pycheckers-max-line-length 88)
'(frame-background-mode (quote dark))
'(package-selected-packages
(quote