Remove useless .pydistutils.cfg
[dotfiles2.git] / emacs.el
index 1f32619..89fff19 100644 (file)
--- a/emacs.el
+++ b/emacs.el
@@ -159,6 +159,7 @@ The function is not passed any arguments. The function honours restrictions."
 (require 'twittering-mode)
 (setq twittering-use-master-password t)
 (setq twittering-icon-mode t)
+(setq twittering-scroll-mode t)
 (setq twittering-timer-interval 300)
 (setq twittering-url-show-status nil)
 (add-hook 'twittering-new-tweets-hook
@@ -166,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" ""))))))