about summary refs log tree commit diff
path: root/pkgs/applications/editors/emacs
diff options
context:
space:
mode:
authoradisbladis <adisbladis@gmail.com>2023-06-20 02:18:21 +1200
committeradisbladis <adisbladis@gmail.com>2023-06-20 02:18:47 +1200
commit8ce789347789e66ab213978cd341c19dab463eab (patch)
tree37d16e4db80093a56bc908b518ae7d86098876f6 /pkgs/applications/editors/emacs
parent75650d79da6c841ae27cd4b1392a11d74b117c26 (diff)
emacs: add back treeSitter passthru
Diffstat (limited to 'pkgs/applications/editors/emacs')
-rw-r--r--pkgs/applications/editors/emacs/generic.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/emacs/generic.nix b/pkgs/applications/editors/emacs/generic.nix
index 2275cacea8bd4..3d3b88e14c3db 100644
--- a/pkgs/applications/editors/emacs/generic.nix
+++ b/pkgs/applications/editors/emacs/generic.nix
@@ -388,6 +388,7 @@ mkDerivation (finalAttrs: (lib.optionalAttrs withNativeCompilation {
     tests = { inherit (nixosTests) emacs-daemon; };
     # Backwards compatibility aliases. Remove this at some point before 23.11 release cut-off.
     nativeComp = builtins.trace "emacs.passthru: nativeComp was renamed to withNativeCompilation and will be removed in 23.11" withNativeCompilation;
+    treeSitter = builtins.trace "emacs.passthru: treeSitter was renamed to withTreeSitter and will be removed in 23.11" withTreeSitter;
   };
 
   meta = {