diff options
-rw-r--r-- | gnosis-dashboard.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index ccd4219..ad5d821 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -67,6 +67,9 @@ '((t :foreground "#ff0a6a" :weight bold)) "My custom face for both light and dark backgrounds.") +(defvar gnosis-dashboard--selected-ids nil + "Selected ids from the tabulated list.") + (defun gnosis-dashboard-return (&optional current-values) "Return to dashboard for CURRENT-VALUES." (interactive) |