[NixOS] [Emacs] Use tree sitter/native compilation flags for emacs everywhere
This commit is contained in:
@@ -19,10 +19,7 @@ in
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
python-with-my-packages
|
||||
(emacs29.override {
|
||||
withNativeCompilation = true;
|
||||
withTreeSitter = true;
|
||||
})
|
||||
emacs
|
||||
|
||||
automake
|
||||
bazel
|
||||
|
||||
Reference in New Issue
Block a user