diff options
author | Thanos Apollo <[email protected]> | 2023-12-18 02:52:57 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-12-18 02:54:42 +0200 |
commit | dd3759f27e66b03144807e6d2d937928b0c18b32 (patch) | |
tree | c6f4f33cb4b0cc3787592ee984874d8ec424fd98 /gnosis.el | |
parent | 5d69e1865abe2e2d721c22a606b3e2e18ddbd638 (diff) |
Update package description
Diffstat (limited to 'gnosis.el')
-rw-r--r-- | gnosis.el | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |