Compare commits
No commits in common. "239e72e5c9160ca41c4d3837353f96b34167b095" and "881650a96bc2db415b0f962a4918c7150e93b283" have entirely different histories.
239e72e5c9
...
881650a96b
1 changed files with 3 additions and 7 deletions
|
@ -4,7 +4,7 @@
|
|||
|
||||
;; Author: Tom Willemse <tom@ryuslash.org>
|
||||
;; Keywords: local
|
||||
;; Version: 2023.1107.155953
|
||||
;; Version: 2023.1106.145401
|
||||
;; Package-Requires: (elfeed olivetti)
|
||||
|
||||
;; This program is free software; you can redistribute it and/or modify
|
||||
|
@ -78,7 +78,7 @@
|
|||
"https://programming-journal.org/feed.xml"
|
||||
"https://unzip.dev/rss/"
|
||||
("http://lambda-the-ultimate.org/rss.xml" lisp)
|
||||
("https://planet.emacslife.com/atom.xml" emacs)
|
||||
"https://planet.emacslife.com/atom.xml"
|
||||
"https://www.reddit.com/r/wallpapers/new.xml"
|
||||
"https://picolisp-explored.com/rss.xml"
|
||||
"https://onethingwell.org/rss"
|
||||
|
@ -86,10 +86,7 @@
|
|||
"https://bm.babab.nl/feed/atom"
|
||||
"https://finalspaceends.com/blogs/news.atom"
|
||||
"https://www.geepawhill.org/weekly/rss"
|
||||
("https://blabbermouth.net/feed" music)
|
||||
("https://github.com/roman/golden-ratio.el/commits/master.atom" emacs commits)
|
||||
("https://github.com/bharadswami/syncthing-status.el/commits/main.atom" emacs commits)
|
||||
"https://liliputing.com/feed/"))
|
||||
("https://blabbermouth.net/feed" music)))
|
||||
|
||||
(add-hook 'elfeed-new-entry-hook
|
||||
(elfeed-make-tagger :before "2 weeks ago"
|
||||
|
@ -144,7 +141,6 @@
|
|||
|
||||
(add-to-list 'elfeed-search-face-alist '(review :slant italic) t)
|
||||
(add-to-list 'elfeed-search-face-alist '(favourite :foreground "#f17272") t)
|
||||
(add-to-list 'elfeed-search-face-alist '(emacs :foreground "#9b7acd") t)
|
||||
|
||||
(add-hook 'elfeed-show-mode-hook #'oni-elfeed-enable-olivetti-mode)
|
||||
|
||||
|
|
Loading…
Reference in a new issue