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 --- emacs/.emacs.d/init/ycp-web.el | 4 ++++ emacs/.emacs.d/lisp/ttrss.el | 1 + 2 files changed, 5 insertions(+) create mode 160000 emacs/.emacs.d/lisp/ttrss.el (limited to 'emacs/.emacs.d') 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