emacs/nix: use nixpkgs-fmt
This commit is contained in:
parent
a6633a8256
commit
b70a9baee0
3 changed files with 8 additions and 3 deletions
|
|
@ -21,6 +21,8 @@
|
|||
(setq lsp-tailwindcss-experimental-class-regex [
|
||||
[ "cls\\(([^)]*)\\)" "\"([^']*)\"" ]
|
||||
[ "cls\\s*:=\\s*\\(?([^,^\\n^\\)]*)" "\"([^']*)\"" ]]))
|
||||
(after! nix-mode
|
||||
(set-formatter! 'nixpkgs-fmt '("nixpkgs-fmt" ) :modes '(nix-mode)))
|
||||
|
||||
(use-package! websocket
|
||||
:after org-roam)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue