From: Olivier Tétard Date: Mon, 26 Sep 2011 20:46:36 +0000 (+0200) Subject: .emacs.el: define which twitter timelines should be opened at startup. X-Git-Url: http://olivier.miskin.fr/git/?a=commitdiff_plain;h=2ab5c1f1f5068b791c90cfdc7bbc7b6a3c741bd5;p=dotfiles2.git .emacs.el: define which twitter timelines should be opened at startup. --- diff --git a/emacs.el b/emacs.el index e9eff9d..1f32619 100644 --- a/emacs.el +++ b/emacs.el @@ -169,6 +169,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 <-