Commit 5f253d25 authored by adisbladis's avatar adisbladis
Browse files

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

parent 3ef5accb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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