From f67ac132c6ed1d297939792b81d387528c2e5863 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 23 Feb 2014 21:36:13 +0100 Subject: Add avandu settings --- .emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.emacs.d') 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 "")) -- cgit v1.2.3-54-g00ecf