blob: bacb41d222f946036f99f7e090187dde12e18206 (
about) (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# Gnosis
## About
*Gnosis is currently under development*
Gnosis is a [Spaced
Repetition](https://en.wikipedia.org/wiki/Spaced_repetition) package
for GNU Emacs.
## Installation
### Straight.el
``` emacs-lisp
(straight-use-package
'(gnosis :type git
:host nil
:repo "https://git.thanosapollo.org/gnosis"))
```
### Manual
``` shell
$ git clone https://git.thanosapollo.org/gnosis
```
*Add this to your emacs configuration:*
``` emacs-lisp
(add-to-list 'load-path "/path/to/gnosis")
(load-file "~/path/to/gnosis.el")
(require 'gnosis)
```
|