mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
More reliable emacs daemon loading
This commit is contained in:
parent
37303165c1
commit
8daa9bb2d8
|
@ -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 &
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue