From: Your Name Date: Fri, 9 Dec 2011 13:29:55 +0000 (+0100) Subject: emacs.el: make the notification works as expected with GNOME3 X-Git-Url: http://olivier.miskin.fr/git/?a=commitdiff_plain;h=refs%2Fremotes%2Forigin%2Fmaster;p=dotfiles2.git emacs.el: make the notification works as expected with GNOME3 --- diff --git a/emacs.el b/emacs.el index c70ec79..89fff19 100644 --- a/emacs.el +++ b/emacs.el @@ -167,6 +167,7 @@ The function is not passed any arguments. The function honours restrictions." (let ((n twittering-new-tweets-count)) (start-process "twittering-notify" nil "notify-send" "-i" "/usr/share/pixmaps/gnome-emacs.png" + "--hint=int:transient:1" "New tweets" (format "You have %d new tweet%s" n (if (> n 1) "s" ""))))))