Tom Willemsen
a281f040cd
Since it's no longer placed directly in the home directory it doesn't need to be named exacly the same.
6 lines
210 B
EmacsLisp
6 lines
210 B
EmacsLisp
(setq newsticker-automatically-mark-items-as-old nil)
|
|
(setq newsticker-html-renderer 'w3m-region)
|
|
(setq newsticker-obsolete-item-max-age 604800)
|
|
(setq newsticker-use-full-width nil)
|
|
|
|
(provide 'newsticker-init)
|