home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit f284be05c2a0747427754431fcfb24f89dd7da01
parent aed25a93e23339754bcbd5ee1ea1c477299e1348
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri,  9 Jul 2021 18:55:04 +0200

tools/emacs: trying using nativecomp emacs…

… and thus emacsgit with that option... Seems quick so far !

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/dev/emacs.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/users/vincent/dev/emacs.nix b/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 = {