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:
parent
5e9acf6f30
commit
205178fa07
1 changed files with 6 additions and 4 deletions
10
avandu.el
10
avandu.el
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Reference in a new issue