summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")