diff options
-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.") |