From 2ab5c1f1f5068b791c90cfdc7bbc7b6a3c741bd5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Olivier=20T=C3=A9tard?= Date: Mon, 26 Sep 2011 22:46:36 +0200 Subject: [PATCH 1/1] .emacs.el: define which twitter timelines should be opened at startup. --- emacs.el | 5 +++++ 1 file changed, 5 insertions(+) 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 <- -- 2.30.2