emacs: add back support in wrapper for using passthru.treeSitter

The API was changed in https://github.com/NixOS/nixpkgs/pull/235859.
This commit is contained in:
adisbladis
2023-06-20 02:30:04 +12:00
parent 3ef5accbff
commit 5f253d2521
+1 -1
View File
@@ -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