X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=emacs.el;h=89fff19030fc7ea3c99fb31632a28477d513abe5;hb=83fcd86652ac5a6595cc9f43e0acf1272c2d5801;hp=c70ec795ff5aa28936e5a09705cd151ced74a17f;hpb=f21afe7515180b27b0148a7024396cb9bd84f152;p=dotfiles2.git 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" ""))))))