Disable emacs daemon
This commit is contained in:
parent
b89e90da31
commit
74410aba72
|
@ -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
|
||||
]));
|
||||
};
|
||||
]))
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue