Switch to stable emacs due to performance issues

This commit is contained in:
Erwin Boskma 2022-08-04 19:06:24 +02:00
parent d0a30405fb
commit 8439b5ff58
Signed by: erwin
GPG key ID: 270B20D17394F7E5

View file

@ -5,7 +5,7 @@
}:
with lib; let
cfg = config.eboskma.programs.emacs;
emacs = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.emacsql epkgs.emacsql-sqlite ]));
emacs = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.emacsql epkgs.emacsql-sqlite ]));
orgProtocolDesktop = pkgs.makeDesktopItem {
name = "org-protocol";
@ -67,6 +67,7 @@ in
orgProtocolDesktop
nodePackages.bash-language-server
aspell
rnix-lsp
] ++
(with aspellDicts; [ en en-computers en-science fy nl ]);