X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=emacs.el;h=89fff19030fc7ea3c99fb31632a28477d513abe5;hb=refs%2Fheads%2Fmaster;hp=1f3261995b8652d2c7fb43fc136208a582a64eea;hpb=2ab5c1f1f5068b791c90cfdc7bbc7b6a3c741bd5;p=dotfiles2.git diff --git a/emacs.el b/emacs.el index 1f32619..89fff19 100644 --- 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" ""))))))