diff options
| author | LLoyderino <adrijan.bjedov@gmail.com> | 2026-05-30 21:31:32 +0200 |
|---|---|---|
| committer | LLoyderino <adrijan.bjedov@gmail.com> | 2026-05-30 21:31:32 +0200 |
| commit | a8c95adc0cbcf3ab38f5611d34fd4e3a3105da70 (patch) | |
| tree | c5358088f71d2f379bd47d597e6eefe47c3b0429 /init.el | |
| parent | ebfc21092c27beec843b407c3f76163ab7d4abda (diff) | |
Attempt at using newsticker
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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") |
