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