diff options
Diffstat (limited to '.doom.d/config.el')
-rw-r--r-- | .doom.d/config.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el index ffa7fe2..1526ef4 100644 --- a/.doom.d/config.el +++ b/.doom.d/config.el @@ -76,7 +76,9 @@ "https://bleepingcomputer.com/feed" "https://krebsonsecurity.com/feed" "https://feeds.twit.tv/sn.xml" - "https://lwn.net/headlines/newrss"))) + "https://lwn.net/headlines/newrss" + "https://lwn.net/headlines/Features" + "https://bits.debian.org/feeds/atom.xml"))) ;; non-public config (load-file "~/.doom.d/local.el") |