From f13137a789e57117ef4e72b77e8ba1c5adfe8bfb Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Sat, 3 Aug 2024 19:03:01 +0300 Subject: New variable: dashboard--selected-ids. * Currently marked ids. --- gnosis-dashboard.el | 3 +++ 1 file changed, 3 insertions(+) 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) -- cgit v1.2.3