aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules3
-rw-r--r--emacs/.emacs.d/init/ycp-web.el4
m---------emacs/.emacs.d/lisp/ttrss.el0
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