about summary refs log tree commit diff
path: root/pkgs/build-support/emacs
diff options
context:
space:
mode:
authorBrian Leung <leungbk@posteo.net>2023-11-21 21:14:01 -0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-11-22 09:25:50 -0300
commitd1579a08ec46494ca6c3babca19d36c3b8513d0d (patch)
tree0bc5e4f8b3edaf82e6aa8b8800a0c90223f21c25 /pkgs/build-support/emacs
parent7ad2f0fbfc7fb2c6d020ec176655cd11c074966c (diff)
emacs: remove backwards-compatibility aliases
Diffstat (limited to 'pkgs/build-support/emacs')
-rw-r--r--pkgs/build-support/emacs/wrapper.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/build-support/emacs/wrapper.nix b/pkgs/build-support/emacs/wrapper.nix
index 6c1383c53304c..59a694286d09e 100644
--- a/pkgs/build-support/emacs/wrapper.nix
+++ b/pkgs/build-support/emacs/wrapper.nix
@@ -36,8 +36,8 @@ in customEmacsPackages.withPackages (epkgs: [ epkgs.evil epkgs.magit ])
 self:
 let
   inherit (self) emacs;
-  withNativeCompilation = emacs.withNativeCompilation or emacs.nativeComp or false;
-  withTreeSitter = emacs.withTreeSitter or emacs.treeSitter or false;
+  withNativeCompilation = emacs.withNativeCompilation or false;
+  withTreeSitter = emacs.withTreeSitter or false;
 in
 packagesFun: # packages explicitly requested by the user
 let