From fc3e48b5faaf6a2ecf4fc0fa6b7c24bc34f5f83f Mon Sep 17 00:00:00 2001 From: Yoni Rabkin Date: Sun, 22 Nov 2020 20:47:18 -0500 Subject: major reshuffle of the code ...and now to clean up the shrapnel --- rt-liberation-storage.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'rt-liberation-storage.el') 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)) -- cgit v1.2.3