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