config/doom: properly set apheleia variable

This commit is contained in:
Infinidoge 2023-09-18 09:34:02 -04:00
parent c6cfe8cec4
commit 169e641c10

View file

@ -23,9 +23,13 @@
;; --- Formatting --- ;; --- Formatting ---
(setq (setq
fill-column 120 fill-column 120
apheleia-formatters-respect-fill-column t
) )
(after! apheleia
(setq apheleia-formatters-respect-fill-column t)
)
;; --- Projectile ---- ;; --- Projectile ----
(setq (setq
projectile-indexing-method 'hybrid projectile-indexing-method 'hybrid