Stop using emacs native-comp

emacs-yaml takes an hour to compile for some reason
This commit is contained in:
Charlotte Van Petegem 2021-07-05 11:10:52 +02:00
parent fa30668da5
commit 7f990d056e
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -3,7 +3,7 @@
let
emacsPkg = pkgs.emacsWithPackagesFromUsePackage {
config = ./emacs/init.el;
package = pkgs.emacsPgtkGcc;
package = pkgs.emacsPgtk;
alwaysEnsure = true;
extraEmacsPackages = epkgs: [
# mu4e is included in the mu package and should be used from there