summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLLoyderino <adrijan.bjedov@gmail.com>2026-05-30 21:31:32 +0200
committerLLoyderino <adrijan.bjedov@gmail.com>2026-05-30 21:31:32 +0200
commita8c95adc0cbcf3ab38f5611d34fd4e3a3105da70 (patch)
treec5358088f71d2f379bd47d597e6eefe47c3b0429
parentebfc21092c27beec843b407c3f76163ab7d4abda (diff)
Attempt at using newsticker
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 41b5814..9f9e0b7 100644
--- a/init.el
+++ b/init.el
@@ -120,6 +120,11 @@
:config
(org-roam-db-autosync-mode))
+;; Newsticker
+(setopt newsticker-url-list
+ '(("Sascha Chua" "https://sachachua.com/blog/category/emacs/feed/index.xml")
+ ("Protesilaos" "https://protesilaos.com/master.xml")))
+
;; Emacs theme
(use-package tokyonight-themes
:vc (:url "https://github.com/xuchengpeng/tokyonight-themes")