Fill-column: 80 -> 78

This commit is contained in:
eriedaberrie 2024-09-06 15:29:22 -07:00
parent 199052c31d
commit c286cde1b4

View file

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