Skip to content

Commit

Permalink
Switch to treesit-grammars emacs package
Browse files Browse the repository at this point in the history
  • Loading branch information
wentasah committed May 16, 2023
1 parent 30ce63c commit d9e11f1
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions modules/home-base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,13 @@
# Xaw3d = pkgs.xorg.libXaw3d;
# # lucid -> lucid
withPgtk = true;
treeSitterPlugins = pkgs.tree-sitter.allGrammars;
}
).overrideAttrs(old: {
#dontStrip = true;
separateDebugInfo = true;
passthru = old.passthru // {
treeSitter = true;
};
}))).emacsWithPackages;
in
emacsWithPackages (epkgs: (with epkgs.melpaStablePackages; [
Expand All @@ -388,7 +390,9 @@
vterm
]) ++ (with epkgs.elpaPackages; [
jinx
]) ++ [
]) ++ (with epkgs.manualPackages; [
treesit-grammars.with-all-grammars
]) ++[
pkgs.notmuch # From main packages set
]);
};
Expand Down

0 comments on commit d9e11f1

Please sign in to comment.