summaryrefslogtreecommitdiff
path: root/gnosis-dashboard.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-08-03 19:03:01 +0300
committerThanos Apollo <[email protected]>2024-08-03 19:03:01 +0300
commitf13137a789e57117ef4e72b77e8ba1c5adfe8bfb (patch)
treee0353f3e41a9510be85eac68b8b11e961bc82533 /gnosis-dashboard.el
parent4aa4546b7dc3a22d5d7e26d714a2bad01a9cc43e (diff)
New variable: dashboard--selected-ids.
* Currently marked ids.
Diffstat (limited to 'gnosis-dashboard.el')
-rw-r--r--gnosis-dashboard.el3
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)