config/doom: set fill column and respect in formatting
This commit is contained in:
parent
602f0377c2
commit
17fc73c63d
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue