config/doom: fix nix formatting
This commit is contained in:
parent
2fa67e2908
commit
2862624e96
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
||||||
|
|
||||||
;; --- Nix ---
|
;; --- Nix ---
|
||||||
;; Replace nixfmt in format-all with nixpkgs-fmt
|
;; Replace nixfmt in format-all with nixpkgs-fmt
|
||||||
(set-formatter! 'nixfmt "nixpkgs-fmt" :modes '(nix-mode))
|
(set-formatter! 'nixfmt (list "nixpkgs-fmt") :modes '(nix-mode))
|
||||||
|
|
||||||
;; --- JSON ---
|
;; --- JSON ---
|
||||||
(setq js-indent-level 2)
|
(setq js-indent-level 2)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue