Delay emacs daemon start to apply git pull before

This commit is contained in:
coolneng 2019-06-08 09:16:44 +02:00
parent 2c26cafb3f
commit c76bd8329a
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ touch /tmp/mpd-log &
(sleep 3; bash -c "secret-tool lookup 'gpg' 'login' | gpg --no-tty --pinentry-mode loopback --passphrase-fd 0 -d ~/.password-store/mail/uni.gpg") & (sleep 3; bash -c "secret-tool lookup 'gpg' 'login' | gpg --no-tty --pinentry-mode loopback --passphrase-fd 0 -d ~/.password-store/mail/uni.gpg") &
## Spacemacs daemon ## Spacemacs daemon
(sleep 3; cd ~/.emacs.d; git pull --rebase) & (sleep 4; cd ~/.emacs.d; git pull --rebase) &
(sleep 7; emacs --daemon=instance1) & (sleep 8; emacs --daemon=instance1) &
## Imap IDLE ## Imap IDLE
#(sleep 10; imapnotify -c ~/.config/imapnotify/gmail.js) & #(sleep 10; imapnotify -c ~/.config/imapnotify/gmail.js) &