X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=emacs.el;fp=emacs.el;h=2fd9b78ff453d0b715d142fb907c12edd8d8e4b7;hb=632160f874b337735b43f186f00e1a54b778ffcc;hp=03fc618e26dd4386c6fbe9e8ac666d59033c1cd5;hpb=b1e481a9d10a1344b1bac0c620fef8fe5fc44a73;p=dotfiles2.git diff --git a/emacs.el b/emacs.el index 03fc618..2fd9b78 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" ""))))))