From da01420da0bb0229c81fc97b3bdf4b7270342fd4 Mon Sep 17 00:00:00 2001 From: "Collin J. Doering" Date: Fri, 28 Nov 2014 02:06:32 -0500 Subject: [PATCH] Forgot to run emacs daemon after commit 5278c93 disabled the systemd user unit Signed-off-by: Collin J. Doering --- .xinitrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.xinitrc b/.xinitrc index b482e6c..3f25e97 100755 --- a/.xinitrc +++ b/.xinitrc @@ -48,7 +48,8 @@ function init_local_session() { xbindkeys & xscreensaver -no-splash & deskcon-server & - + emacs --daemon & + # Set the default wm to xmonad DEFAULT_WM=xmonad }