diff options
Diffstat (limited to 'rt-liberation-storage.el')
-rw-r--r-- | rt-liberation-storage.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/rt-liberation-storage.el b/rt-liberation-storage.el index f8e6884..379b508 100644 --- a/rt-liberation-storage.el +++ b/rt-liberation-storage.el @@ -22,8 +22,12 @@ ;; MA 02111-1307, USA. ;;; Code: +(require 'rt-liberation-browser) -(require 'rt-liberation) +(defcustom rt-liber-directory "~/.emacs.d/rt-liber" + "*Directory to store persistent information." + :type 'string + :group 'rt-liber) (defvar rt-liber-store nil "In memory storage for ticket metadata.") @@ -76,7 +80,6 @@ ;;; ------------------------------------------------------------------ ;;; Interface ;;; ------------------------------------------------------------------ - (defun rt-liber-set-ancillary-text (text) "Store ancillary string TEXT for the ticket at point." (let ((id (rt-liber-browser-ticket-id-at-point)) |