Add test for doom emacs
This commit is contained in:
parent
0a9e69c41d
commit
7068ab455f
@ -479,8 +479,10 @@ EOF
|
||||
# reload applications
|
||||
update-desktop-database ~/.local/share/applications/
|
||||
|
||||
#sync doom-emacs
|
||||
~/.emacs.d/bin/doom sync
|
||||
# sync doom-emacs only if it is installed
|
||||
if [[ -f ~/.emacs.d/bin/doom ]]; then
|
||||
~/.emacs.d/bin/doom sync
|
||||
fi
|
||||
|
||||
# disable freedesktop notification daemon
|
||||
if [[ -f "/usr/share/dbus-1/services/org.freedesktop.Notifications.service" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user