summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-02-23 21:36:13 +0100
committerGravatar Tom Willemse2014-02-23 21:36:13 +0100
commitf67ac132c6ed1d297939792b81d387528c2e5863 (patch)
tree35e61247602ed3c823f30c8353a445d34911b78e /.emacs.d/init.el
parent311364592790c8c2396b3fcec5b422bf84d4fdf3 (diff)
downloademacs-f67ac132c6ed1d297939792b81d387528c2e5863.tar.gz
emacs-f67ac132c6ed1d297939792b81d387528c2e5863.zip
Add avandu settings
Diffstat (limited to '.emacs.d/init.el')
-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 ""))