summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gnosis.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/gnosis.el b/gnosis.el
index 7cbf968..08523ba 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -119,6 +119,9 @@ When nil, the image will be displayed at its original size."
(defvar gnosis-testing nil
"When t, warn user he is in a testing environment.")
+(defvar gnosis-dashboard-note-ids nil
+ "Store note ids for dashboard.")
+
(defconst gnosis-db-version 2
"Gnosis database version.")