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 21, 2023
1 parent 0158246 commit 9da8db5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 9da8db5

Please sign in to comment.