config/doom: properly set apheleia variable
This commit is contained in:
parent
c6cfe8cec4
commit
169e641c10
1 changed files with 5 additions and 1 deletions
|
@ -23,9 +23,13 @@
|
|||
;; --- Formatting ---
|
||||
(setq
|
||||
fill-column 120
|
||||
apheleia-formatters-respect-fill-column t
|
||||
)
|
||||
|
||||
(after! apheleia
|
||||
(setq apheleia-formatters-respect-fill-column t)
|
||||
)
|
||||
|
||||
|
||||
;; --- Projectile ----
|
||||
(setq
|
||||
projectile-indexing-method 'hybrid
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue