X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=emacs.el;h=c70ec795ff5aa28936e5a09705cd151ced74a17f;hb=b2526ec7324de4a000035bea92e2e9c1cbeddf04;hp=e9eff9d7c8b01694286dbf242a2c4c91fbaf6afb;hpb=c001f03ead56038df7a10baf344f46714d998672;p=dotfiles2.git diff --git a/emacs.el b/emacs.el index e9eff9d..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 @@ -169,6 +170,11 @@ The function is not passed any arguments. The function honours restrictions." "New tweets" (format "You have %d new tweet%s" n (if (> n 1) "s" "")))))) +(setq twittering-initial-timeline-spec-string + '(":home" + ":replies" + ":mentions" + ":direct_messages")) ;; -> END <-