home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 36b78be86345bad80aa2bcb503435a10c1f431c6
parent 7e5c8436ca32d40ef8802027c8c842a5ce92947e
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Thu, 27 Jun 2019 17:39:31 +0200

machines/hokkaido: enable emacs daemon

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Mmachines/hokkaido.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/machines/hokkaido.nix b/machines/hokkaido.nix @@ -18,7 +18,7 @@ profiles.emacs = { enable = true; texlive = false; - daemonService = false; + daemonService = true; }; xdg.configFile."user-dirs.dirs".source = ../modules/profiles/assets/xorg/user-dirs.dirs; }