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