home

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

commit d4522052a8e2e4da0ca33efcd6ab0d5178c77f2e
parent da2aa8ef259a21825c525e6250e10139e74889bf
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Mon, 18 Mar 2019 08:59:33 +0100

honshu: disable emacs

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

Diffstat:
Mmachines/honshu.nix | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/machines/honshu.nix b/machines/honshu.nix @@ -2,7 +2,6 @@ imports = [ ./base.nix ]; - profiles.emacs = { daemonService = false; }; profiles.dev = { go.enable = true; };