diff options
author | Yuchen Pei <id@ypei.org> | 2025-08-30 18:28:53 +1000 |
---|---|---|
committer | Yuchen Pei <id@ypei.org> | 2025-08-30 18:28:53 +1000 |
commit | a152ecc6ce54f67e93cd628b9105b6874d262f33 (patch) | |
tree | 70af062ec7c65ecb58ec89096ba39ca5f2531035 | |
parent | 97f202a5d9d4d99092490c05f212d7c918bb0b5e (diff) |
[emacs] Add ttrss.el
-rw-r--r-- | .gitmodules | 3 | ||||
-rw-r--r-- | emacs/.emacs.d/init/ycp-web.el | 4 | ||||
m--------- | emacs/.emacs.d/lisp/ttrss.el | 0 |
3 files changed, 7 insertions, 0 deletions
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 +Subproject e90d8f7ccaf235053057bd91d3a2113582604e2 |