Commit f284be05c2a0

Vincent Demeester <vincent@sbr.pm>
2021-07-09 18:55:04
tools/emacs: trying using nativecomp emacs…
… and thus emacsgit with that option... Seems quick so far ! Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent aed25a9
Changed files (1)
users
vincent
users/vincent/dev/emacs.nix
@@ -146,7 +146,7 @@ in
   ];
   programs.emacs = {
     enable = true;
-    package = (pkgs.emacsGit.override { withGTK3 = true; withGTK2 = false; withX = true; withXwidgets = true; });
+    package = (pkgs.emacsGcc.override { withGTK3 = true; withGTK2 = false; withX = true; withXwidgets = true; });
     extraPackages = myExtraPackages;
   };
   services.emacs = {