Commit d92eeb1ba3be

Vincent Demeester <vincent@sbr.pm>
2015-08-01 12:07:05
Launch emacs with dbus-launch…
… in order to make notifications work :D
1 parent 0f2e162
Changed files (1)
bin/emacs
@@ -7,4 +7,4 @@ if test "$#" -eq 0; then
     ADDITIONAL_ARGS="."
 fi
 
-exec emacsclient --alternate-editor /usr/bin/emacs $ADDITIONAL_ARGS $@
+exec dbus-launch emacsclient --alternate-editor /usr/bin/emacs $ADDITIONAL_ARGS $@