X-Git-Url: http://olivier.miskin.fr/git/?a=blobdiff_plain;f=emacs.el;h=1f3261995b8652d2c7fb43fc136208a582a64eea;hb=2ab5c1f1f5068b791c90cfdc7bbc7b6a3c741bd5;hp=e9eff9d7c8b01694286dbf242a2c4c91fbaf6afb;hpb=c001f03ead56038df7a10baf344f46714d998672;p=dotfiles2.git 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 <-