Switch to stable emacs due to performance issues
This commit is contained in:
parent
d0a30405fb
commit
8439b5ff58
1 changed files with 2 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
}:
|
}:
|
||||||
with lib; let
|
with lib; let
|
||||||
cfg = config.eboskma.programs.emacs;
|
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 {
|
orgProtocolDesktop = pkgs.makeDesktopItem {
|
||||||
name = "org-protocol";
|
name = "org-protocol";
|
||||||
|
@ -67,6 +67,7 @@ in
|
||||||
orgProtocolDesktop
|
orgProtocolDesktop
|
||||||
nodePackages.bash-language-server
|
nodePackages.bash-language-server
|
||||||
aspell
|
aspell
|
||||||
|
rnix-lsp
|
||||||
] ++
|
] ++
|
||||||
(with aspellDicts; [ en en-computers en-science fy nl ]);
|
(with aspellDicts; [ en en-computers en-science fy nl ]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue