elfeed
This commit is contained in:
parent
a2b469f7dd
commit
585e8fcd8c
@ -728,5 +728,15 @@
|
|||||||
:straight t
|
:straight t
|
||||||
:mode "\\.nix\\'")
|
: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)
|
(provide 'init)
|
||||||
;;; init.el ends here
|
;;; 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:michael@michaelthomson.dev
|
||||||
notmuch tag +sent -new tag:new from:mthomson@konradgroup.com
|
notmuch tag +sent -new tag:new from:mthomson@konradgroup.com
|
||||||
|
|
||||||
|
notmuch tag +cal attachment:.ics
|
||||||
|
|
||||||
notmuch tag +inbox +unread -new "tag:new"
|
notmuch tag +inbox +unread -new "tag:new"
|
||||||
'';
|
'';
|
||||||
preNew = ''
|
preNew = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user