Merge branch 'master' of ssh://miskin.fr/home/toutoune25/scm/git/dotfiles2
[dotfiles2.git] / emacs.el
index c70ec79..89fff19 100644 (file)
--- 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" ""))))))