summaryrefslogtreecommitdiff
path: root/gnosis.el
diff options
context:
space:
mode:
Diffstat (limited to 'gnosis.el')
-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