aboutsummaryrefslogtreecommitdiffstats
path: root/avandu.el
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2012-08-03 23:37:27 +0200
committerGravatar Tom Willemsen2012-08-03 23:37:27 +0200
commit457242bf2617cf71c1679056afbe049841c590ab (patch)
treefbb552dbe6496a4651256c50999aba1d329ae9fe /avandu.el
parent030cf8bc05fe67d9ee52bc7b9658d73e3bf155a3 (diff)
downloadavandu-457242bf2617cf71c1679056afbe049841c590ab.tar.gz
avandu-457242bf2617cf71c1679056afbe049841c590ab.zip
Make a user option out of avandu-user
There is no harm in specifying your username in a config file.
Diffstat (limited to 'avandu.el')
-rw-r--r--avandu.el8
1 files changed, 5 insertions, 3 deletions
diff --git a/avandu.el b/avandu.el
index 1d441a6..a343c64 100644
--- a/avandu.el
+++ b/avandu.el
@@ -105,6 +105,11 @@
:group 'avandu
:type 'string)
+(defcustom avandu-user nil
+ "Username of your Tiny Tiny RSS account."
+ :group 'avandu
+ :type 'string)
+
;; Variables
(defvar avandu--session-id nil
"*internal* Session id for avandu.")
@@ -137,9 +142,6 @@
(defvar avandu-password nil
"Password for your Tiny Tiny RSS account.")
-(defvar avandu-user nil
- "Username of your Tiny Tiny RSS account.")
-
;; Macros
(defmacro avandu--next-button-of-type (direction type)
"Go DIRECTION and find the next button of a TYPE."