summaryrefslogtreecommitdiff
path: root/gnosis-test.el
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-03-08 09:31:38 +0200
committerThanos Apollo <[email protected]>2024-03-08 09:34:46 +0200
commit3433d348e214cff704c2bef1a855c0ea655ad32b (patch)
tree0567724d2191b7dd1434833ff432e62fc00c0b94 /gnosis-test.el
parent70c08822f2644215a7de98972d8a37af92476390 (diff)
parenta27a1509442559bc0eccb1a1ee6c2c282f241a85 (diff)
Release version 0.2.0: Merge branch '0.2.0-dev'0.2.0
- Major changes on gnosis-algorithm - Add deck specific configuration - Add ef-increase, ef-decrease, ef-threshold - Update to new db schema - Update decks schema for ef-increase, ef-decrease, ef-threshold & initial interval - Major changes on gnosis-dashboard - Major changes on adding mcq notes - Major changes on editing notes Fixing packaging issues for gnosis as well. Since 0.1.9 we are using read-string-from-buffer, for which we have to depend on emacs-29.1
Diffstat (limited to 'gnosis-test.el')
-rw-r--r--gnosis-test.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnosis-test.el b/gnosis-test.el
index 153c82b..045506a 100644
--- a/gnosis-test.el
+++ b/gnosis-test.el
@@ -118,7 +118,7 @@ by the thoracodorsal nerve."
If ask nil, leave testing env"
(interactive)
(let ((ask (y-or-n-p "Start development env (n for exit)?"))
- (testing-dir (expand-file-name gnosis-dir "testing")))
+ (testing-dir (expand-file-name "testing" gnosis-dir)))
(if ask
(progn
(unless (file-exists-p testing-dir)