Disable emacs daemon

This commit is contained in:
Evie Litherland-Smith 2023-11-04 10:43:55 +00:00
parent b89e90da31
commit 74410aba72

View file

@ -9,12 +9,6 @@
languagetool
wordnet
(aspellWithDicts (ds: with ds; [ en en-computers en-science ]))
];
services.emacs = {
enable = true;
install = true;
defaultEditor = true;
package = with pkgs;
((emacsPackagesFor emacs29-pgtk).emacsWithPackages (epkgs:
with epkgs; [
# theme-packages
@ -93,6 +87,6 @@
elfeed-webkit
elfeed-tube
elfeed-tube-mpv
]));
};
]))
];
}