From fee4bde5116f9b7ca9b3c5f5bf6743af1875f079 Mon Sep 17 00:00:00 2001 From: Charlotte Van Petegem Date: Tue, 17 Jan 2023 16:27:39 +0100 Subject: [PATCH] Switch to stable emacs to work around a bug for a while --- modules/base/emacs/default.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/base/emacs/default.nix b/modules/base/emacs/default.nix index 62081aef..49557601 100644 --- a/modules/base/emacs/default.nix +++ b/modules/base/emacs/default.nix @@ -16,7 +16,6 @@ readOnly = true; default = pkgs.emacsWithPackagesFromUsePackage { config = config.chvp.base.emacs.fullConfig; - package = pkgs.emacsPgtk; alwaysEnsure = true; # mu4e is included in the mu package and should be used from there extraEmacsPackages = epkgs: lib.optional config.chvp.graphical.mail.enable pkgs.mu;