diff options
author | Thanos Apollo <[email protected]> | 2024-08-03 18:44:00 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-08-03 18:44:00 +0300 |
commit | bcfc148fa9308d4f3df89cd17fbb9ae45989c2b3 (patch) | |
tree | 8792edde25e51d72d7e19459aac7ea28dd7f9d45 | |
parent | 20a75f9ccee189c83ee75032801c1bd0d16271b4 (diff) |
New variable: dashboard--current
* Track values to refresh dashboard.
-rw-r--r-- | gnosis-dashboard.el | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gnosis-dashboard.el b/gnosis-dashboard.el index 757c46e..9b7f4c8 100644 --- a/gnosis-dashboard.el +++ b/gnosis-dashboard.el @@ -59,6 +59,10 @@ (defvar gnosis-dashboard-search-value nil "Store search value.") +(defvar gnosis-dashboard--current + '(:type nil :ids nil) + "Current values to return after edits.") + (defface gnosis-dashboard-header-face '((t :foreground "#ff0a6a" :weight bold)) "My custom face for both light and dark backgrounds.") |