Auto fill for all text

This commit is contained in:
Oliver Payne 2022-12-21 22:17:01 +00:00
parent 10b1b1243e
commit eea510eaba
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@
:init
(setq expand-region-fast-keys-enabled t))
(add-hook 'org-mode-hook 'auto-fill-mode)
(add-hook 'text-mode-hook 'auto-fill-mode)
(add-hook 'prog-mode-hook 'display-line-numbers-mode)
(add-hook 'prog-mode-hook 'turn-on-smartparens-strict-mode)