Fill-column: 80 -> 78
This commit is contained in:
parent
199052c31d
commit
c286cde1b4
2
init.el
2
init.el
|
@ -926,7 +926,7 @@
|
||||||
json-ts-mode-indent-offset 4
|
json-ts-mode-indent-offset 4
|
||||||
sgml-basic-offset 4
|
sgml-basic-offset 4
|
||||||
tab-width 4
|
tab-width 4
|
||||||
fill-column 80)
|
fill-column 78)
|
||||||
;; Because python-mode sets tab-width to 8 for some reason
|
;; Because python-mode sets tab-width to 8 for some reason
|
||||||
(add-hook 'python-mode-hook (lambda () (setq tab-width 4)))
|
(add-hook 'python-mode-hook (lambda () (setq tab-width 4)))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue