Forgot to run emacs daemon after commit 5278c93 disabled the systemd user unit

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
This commit is contained in:
Collin J. Doering 2014-11-28 02:06:32 -05:00 committed by Collin J. Doering
부모 1c20fdb21f
커밋 da01420da0
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제

파일 보기

@ -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
}