Skip to content

Commit

Permalink
emacs: add back support in wrapper for using passthru.treeSitter
Browse files Browse the repository at this point in the history
The API was changed in #235859.

(cherry picked from commit 5f253d2)
  • Loading branch information
adisbladis authored and AndersonTorres committed Jun 20, 2023
1 parent 1309994 commit 7045b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/build-support/emacs/wrapper.nix
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ self:
let
inherit (self) emacs;
withNativeCompilation = emacs.withNativeCompilation or emacs.nativeComp or false;
withTreeSitter = emacs.withTreeSitter or false;
withTreeSitter = emacs.withTreeSitter or emacs.treeSitter or false;
in
packagesFun: # packages explicitly requested by the user
let
Expand Down

0 comments on commit 7045b42

Please sign in to comment.