From f21afe7515180b27b0148a7024396cb9bd84f152 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Mon, 26 Sep 2011 23:05:18 +0200 Subject: [PATCH] .emacs.el: enable twittering-scroll-mode in twittering. --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 1f32619..c70ec79 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 -- 2.30.2