aboutsummaryrefslogtreecommitdiffstats
path: root/avandu.el
diff options
context:
space:
mode:
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."