summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 4ed29ea..b372e1b 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -928,6 +928,11 @@ If no direction is given, don't split."
(setq ac-auto-show-menu nil
ac-use-quick-help nil))
+(stante-after avandu
+ (setq avandu-user "admin")
+ (setq avandu-tt-rss-api-url "https://ryuslash.org/tt-rss/api/")
+ (setq avandu-html2text-command #'shr-render-region))
+
(stante-after "bindings"
(setq mode-line-default-help-echo ""))