From e0b02b2f7429c0f824703c1d419f48f51a4517c5 Mon Sep 17 00:00:00 2001 From: Hugo Thunnissen Date: Sun, 24 Jun 2018 01:19:40 +0200 Subject: [PATCH] Remove emacs from autostart --- config/autostart.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/config/autostart.sh b/config/autostart.sh index d1609b9..53e4b51 100755 --- a/config/autostart.sh +++ b/config/autostart.sh @@ -8,9 +8,6 @@ start() { nohup "$@" & } -# emacs! -start emacs --daemon - # The launcher start albert