rekahsoft
/
dot-files
Arquivado
1
0
Fork 0

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

Signed-off-by: Collin J. Doering <rekahsoft@gmail.com>
Esse commit está contido em:
Collin J. Doering 2014-11-28 02:06:32 -05:00 commit de Collin J. Doering
commit da01420da0
1 arquivos alterados com 2 adições e 1 exclusões

Ver arquivo

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