blob: 5cf27eb6fc09b01fb607d74317752dd0bcf362e7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# a comment
show-read-feeds no
browser "firefox"
max-items 100 # another comment
cache-file "~/foo" # yet another comment
macro k open ; reload ; reload-all ; mark-feed-read ; save ; next-unread
macro j open "foo" "bar" baz ; "save" blafasel
macro l ; ; ;
macro m quit ;
# and here's one more comment
|