diff options
author | Thanos Apollo <[email protected]> | 2024-04-02 19:18:25 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-04-02 19:18:25 +0300 |
commit | a3a77db05280e5bd80cf7b28cf5a75eaacbfe729 (patch) | |
tree | 3e352306b3ac540793f8cd282bd128491c2fd0f3 /gnosis.el | |
parent | da011501db25a83e6947f0e65119036a7f702f1b (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.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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.") |