profiles/editors: enable Emacs daemon

This commit is contained in:
Gabriel Arazas 2023-12-12 09:58:27 +08:00
parent bd732601f4
commit 53f293919a
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -98,6 +98,12 @@ in {
anystyle-cli
];
# Enable Emacs server for them quicknotes.
services.emacs = {
enable = true;
socketActivation.enable = true;
};
xdg.mimeApps.defaultApplications = {
"application/json" = [ "emacs.desktop" ];
"text/org" = [ "emacs.desktop" ];