Skip to content

Commit

Permalink
[𝚫] (emacs): finally, working ts-grammars!
Browse files Browse the repository at this point in the history
  • Loading branch information
Icy-Thought committed Oct 20, 2023
1 parent 0158246 commit 624d3fe
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions modules/desktop/editors/emacs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,8 @@ in {
package = cfg.package;
extraPackages = epkgs:
attrValues {
inherit (epkgs.melpaPackages) jinx pdf-tools telega vterm;
tree-sitter-langs = epkgs.tree-sitter-langs.withPlugins (
grammars: builtins.filter lib.isDerivation (lib.attrValues grammars)
);
inherit (epkgs) jinx pdf-tools telega vterm;
inherit (epkgs.treesit-grammars) with-all-grammars;
};
};

Expand Down

0 comments on commit 624d3fe

Please sign in to comment.