Make doom emacs sync in the background
This commit is contained in:
parent
9de2764355
commit
4b7e82b8ad
@ -504,7 +504,8 @@ update-desktop-database ~/.local/share/applications/
|
|||||||
|
|
||||||
# sync doom-emacs only if it is installed
|
# sync doom-emacs only if it is installed
|
||||||
if [[ -f ~/.config/emacs/bin/doom ]]; then
|
if [[ -f ~/.config/emacs/bin/doom ]]; then
|
||||||
~/.config/emacs/bin/doom sync
|
~/.config/emacs/bin/doom sync &
|
||||||
|
pids="$pids $!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# disable freedesktop notification daemon
|
# disable freedesktop notification daemon
|
||||||
|
Loading…
Reference in New Issue
Block a user