elfeed
This commit is contained in:
parent
a2b469f7dd
commit
585e8fcd8c
@ -728,5 +728,15 @@
|
||||
:straight t
|
||||
:mode "\\.nix\\'")
|
||||
|
||||
|
||||
;; RSS
|
||||
(use-package elfeed
|
||||
:ensure t
|
||||
:straight t
|
||||
:custom
|
||||
(elfeed-feeds
|
||||
'(("https://hnrss.org/frontpage" hn)
|
||||
("https://lwn.net/headlines/rss" lwn))))
|
||||
|
||||
(provide 'init)
|
||||
;;; init.el ends here
|
||||
|
@ -76,6 +76,8 @@
|
||||
notmuch tag +sent -new tag:new from:michael@michaelthomson.dev
|
||||
notmuch tag +sent -new tag:new from:mthomson@konradgroup.com
|
||||
|
||||
notmuch tag +cal attachment:.ics
|
||||
|
||||
notmuch tag +inbox +unread -new "tag:new"
|
||||
'';
|
||||
preNew = ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user