diff options
author | Leonardo Santiago <[email protected]> | 2025-05-11 23:15:19 -0300 |
---|---|---|
committer | Leonardo Santiago <[email protected]> | 2025-05-11 23:15:19 -0300 |
commit | 3320ef2d29ae6a3d782948bb849c16e3cb7acaae (patch) | |
tree | 2b757b33f68427706a3d104c2939ad4e2616d5eb /modules/emacs/package.nix | |
parent | c414a924c4b08958d7a9796e5f2882bb9a9708d5 (diff) |
chore(nix): use nix-ts-mode instead of nix-mode
better syntax highlighting, no bugs related to weird syntax errors
Diffstat (limited to 'modules/emacs/package.nix')
-rw-r--r-- | modules/emacs/package.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/emacs/package.nix b/modules/emacs/package.nix index 9bebd0f..762d18d 100644 --- a/modules/emacs/package.nix +++ b/modules/emacs/package.nix @@ -28,6 +28,7 @@ in (epkgs.treesit-grammars.with-grammars (g: with g; [ tree-sitter-rust tree-sitter-python + tree-sitter-nix ])) ] ++ outside-emacs; } |