projects
/
dotfiles2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c001f03
)
.emacs.el: define which twitter timelines should be opened at startup.
author
Olivier Tétard
<olivier.tetard@miskin.fr>
Mon, 26 Sep 2011 20:46:36 +0000
(22:46 +0200)
committer
Olivier Tétard
<olivier.tetard@miskin.fr>
Mon, 26 Sep 2011 20:46:36 +0000
(22:46 +0200)
emacs.el
patch
|
blob
|
history
diff --git
a/emacs.el
b/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 <-