Commit 833efed34623

Vincent Demeester <vincent+github@demeester.fr>
2015-08-10 23:03:01
Update emacs
1 parent 424fcb6
Changed files (1)
bin/emacs
@@ -7,4 +7,5 @@ if test "$#" -eq 0; then
     ADDITIONAL_ARGS="."
 fi
 
+# Launch it with dbus-launch to make sure notifications will work.. :D
 exec dbus-launch emacsclient --alternate-editor /usr/bin/emacs $ADDITIONAL_ARGS $@