.emacs.el: define which twitter timelines should be opened at startup.
[dotfiles2.git] / 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 <-