Set column-enforce-mode column count to 100

This commit is contained in:
Adam Goldsmith 2021-01-04 13:21:14 -05:00
parent ab3907d9fa
commit 2554afa44a
1 changed files with 2 additions and 1 deletions

View File

@ -516,8 +516,9 @@
(use-package column-enforce-mode :ensure :demand
:delight
:hook prog-mode
:config
:hook prog-mode)
(setq column-enforce-column 100))
(use-package immortal-scratch :ensure :demand
:config