Enable auto fill everywhere except code

This commit is contained in:
Oliver Payne 2023-05-05 16:19:48 +01:00
parent 001518200d
commit 0f6af5f91d
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,8 @@
;; Requires installation of coreutils package
(global-set-key (kbd "M-\\") 'cycle-spacing)
(setq-default auto-fill-function 'do-auto-fill)
(setq dired-chown-program "gchown"
dired-touch-program "gtouch"
dired-grep-program "ggrep"
@ -117,6 +119,7 @@
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
'(column-number-mode t)
'(comment-auto-fill-only-comments t)
'(completion-category-overrides '((file (styles partial-completion))))
'(completion-styles '(orderless basic))
'(consult-grep-args