More reliable emacs daemon loading

This commit is contained in:
Emmet 2023-07-24 20:36:10 -05:00
parent 37303165c1
commit 8daa9bb2d8
2 changed files with 2 additions and 2 deletions

View file

@ -22,6 +22,6 @@ alttab -w 1 -t 240x160 -i 64x64 -sc 1 -bg $colorBg -fg $colorFg -frame $colorSec
nm-applet &
GOMAXPROCS=1 syncthing --no-browser &
protonmail-bridge --noninteractive
emacs --daemon; rm -rf ~/org &
emacs --daemon &
gnome-keyring-daemon --daemonize --login &
gnome-keyring-daemon --start --components=secrets &

View file

@ -666,7 +666,7 @@ alttab -w 1 -t 240x160 -i 64x64 -sc 1 -bg $colorBg -fg $colorFg -frame $colorSec
nm-applet &
GOMAXPROCS=1 syncthing --no-browser &
protonmail-bridge --noninteractive
emacs --daemon; rm -rf ~/org &
emacs --daemon &
gnome-keyring-daemon --daemonize --login &
gnome-keyring-daemon --start --components=secrets &
#+END_SRC