From a152ecc6ce54f67e93cd628b9105b6874d262f33 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Sat, 30 Aug 2025 18:28:53 +1000 Subject: [emacs] Add ttrss.el --- .gitmodules | 3 +++ emacs/.emacs.d/init/ycp-web.el | 4 ++++ emacs/.emacs.d/lisp/ttrss.el | 1 + 3 files changed, 8 insertions(+) create mode 160000 emacs/.emacs.d/lisp/ttrss.el diff --git a/.gitmodules b/.gitmodules index c762b4a..5a7bc4c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -124,3 +124,6 @@ [submodule "mastodon.el"] path = emacs/.emacs.d/lisp/mastodon.el url = https://codeberg.org/martianh/mastodon.el +[submodule "emacs/.emacs.d/lisp/ttrss.el"] + path = emacs/.emacs.d/lisp/ttrss.el + url = https://github.com/pedros/ttrss.el diff --git a/emacs/.emacs.d/init/ycp-web.el b/emacs/.emacs.d/init/ycp-web.el index 090c8da..4045777 100644 --- a/emacs/.emacs.d/init/ycp-web.el +++ b/emacs/.emacs.d/init/ycp-web.el @@ -403,4 +403,8 @@ . ,(lambda (url &rest _) (reddio-open-url url)))) ) +(my-package ttrss + (:delay 60) + (my-setq-from-local ttrss-address ttrss-user ttrss-password)) + (provide 'ycp-web) diff --git a/emacs/.emacs.d/lisp/ttrss.el b/emacs/.emacs.d/lisp/ttrss.el new file mode 160000 index 0000000..e90d8f7 --- /dev/null +++ b/emacs/.emacs.d/lisp/ttrss.el @@ -0,0 +1 @@ +Subproject commit e90d8f7ccaf235053057bd91d3a2113582604e24 -- cgit v1.2.3