From 457242bf2617cf71c1679056afbe049841c590ab Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Fri, 3 Aug 2012 23:37:27 +0200 Subject: Make a user option out of avandu-user There is no harm in specifying your username in a config file. --- avandu.el | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'avandu.el') 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." -- cgit v1.2.3-54-g00ecf