Delay emacs daemon start to apply git pull before
This commit is contained in:
parent
2c26cafb3f
commit
c76bd8329a
|
@ -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") &
|
||||
|
||||
## Spacemacs daemon
|
||||
(sleep 3; cd ~/.emacs.d; git pull --rebase) &
|
||||
(sleep 7; emacs --daemon=instance1) &
|
||||
(sleep 4; cd ~/.emacs.d; git pull --rebase) &
|
||||
(sleep 8; emacs --daemon=instance1) &
|
||||
|
||||
## Imap IDLE
|
||||
#(sleep 10; imapnotify -c ~/.config/imapnotify/gmail.js) &
|
||||
|
|
Loading…
Reference in New Issue