Use defcustom for avandu-tt-rss-api-url

* avandu.el: Change `avandu-tt-rss-api-url' from a `defvar' to a
  `defcustom' to make it easier for users to change.
This commit is contained in:
Tom Willemsen 2012-08-02 22:24:11 +02:00
parent 5e9acf6f30
commit 205178fa07

View file

@ -86,13 +86,15 @@
"Face for article excerpts in avandu overview."
:group 'avandu)
(defcustom avandu-tt-rss-api-url nil
"URL of your Tiny Tiny RSS instance. For example:
http://tt-rss.org/demo/api/"
:group 'avandu
:type 'string)
(defvar avandu--session-id nil
"*internal* Session id for avandu.")
(defvar avandu-tt-rss-api-url nil
"URL of your Tiny Tiny RSS instance. For example:
http://tt-rss.org/demo/api/")
(defvar avandu-user nil
"Username of your Tiny Tiny RSS account.")