.emacs.el: define which twitter timelines should be opened at startup.
authorOlivier Tétard <olivier.tetard@miskin.fr>
Mon, 26 Sep 2011 20:46:36 +0000 (22:46 +0200)
committerOlivier Tétard <olivier.tetard@miskin.fr>
Mon, 26 Sep 2011 20:46:36 +0000 (22:46 +0200)
emacs.el

index e9eff9d..1f32619 100644 (file)
--- 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 <-