Stop using emacs native-comp
emacs-yaml takes an hour to compile for some reason
This commit is contained in:
parent
fa30668da5
commit
7f990d056e
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
let
|
let
|
||||||
emacsPkg = pkgs.emacsWithPackagesFromUsePackage {
|
emacsPkg = pkgs.emacsWithPackagesFromUsePackage {
|
||||||
config = ./emacs/init.el;
|
config = ./emacs/init.el;
|
||||||
package = pkgs.emacsPgtkGcc;
|
package = pkgs.emacsPgtk;
|
||||||
alwaysEnsure = true;
|
alwaysEnsure = true;
|
||||||
extraEmacsPackages = epkgs: [
|
extraEmacsPackages = epkgs: [
|
||||||
# mu4e is included in the mu package and should be used from there
|
# mu4e is included in the mu package and should be used from there
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue