config/doom: set fill column and respect in formatting

This commit is contained in:
Infinidoge 2023-09-16 11:49:25 -04:00
parent 602f0377c2
commit 17fc73c63d

View file

@ -20,6 +20,12 @@
nerd-icons-font-family "Symbols Nerd Fonts Mono" nerd-icons-font-family "Symbols Nerd Fonts Mono"
) )
;; --- Formatting ---
(setq
fill-column 120
apheleia-formatters-respect-fill-column t
)
;; --- Projectile ---- ;; --- Projectile ----
(setq (setq
projectile-indexing-method 'hybrid projectile-indexing-method 'hybrid