summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-12-18 02:52:57 +0200
committerThanos Apollo <[email protected]>2023-12-18 02:54:42 +0200
commitdd3759f27e66b03144807e6d2d937928b0c18b32 (patch)
treec6f4f33cb4b0cc3787592ee984874d8ec424fd98
parent5d69e1865abe2e2d721c22a606b3e2e18ddbd638 (diff)
Update package description
-rw-r--r--gnosis.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnosis.el b/gnosis.el
index 9687a64..77bbae3 100644
--- a/gnosis.el
+++ b/gnosis.el
@@ -1,4 +1,4 @@
-;;; gnosis.el --- Learning tool for GNU Emacs -*- lexical-binding: t; -*-
+;;; gnosis.el --- Spaced Repetition Learning Tool -*- lexical-binding: t; -*-
;; Copyright (C) 2023 Thanos Apollo
@@ -34,6 +34,7 @@
(require 'emacsql)
(require 'cl-lib)
+(require 'gnosis-algorithm)
(require 'animate)
(defgroup gnosis nil