summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-04-02 19:18:25 +0300
committerThanos Apollo <[email protected]>2024-04-02 19:18:25 +0300
commita3a77db05280e5bd80cf7b28cf5a75eaacbfe729 (patch)
tree3e352306b3ac540793f8cd282bd128491c2fd0f3 /gnosis.el
parentda011501db25a83e6947f0e65119036a7f702f1b (diff)
Add gnosis-dashboard-note-ids
Store value of note-ids for dashboard on a global variable.
Diffstat (limited to 'gnosis.el')
-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.")