Skip to content

Commit 722f49d

Browse files
committed
Update README
1 parent ce6afcf commit 722f49d

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,31 @@
99
alt="lispy logo"/>
1010
</p>
1111

12+
** This is a temporary fork **
13+
14+
This is a temporary fork of: https://github.com/abo-abo/lispy
15+
16+
Use as follows:
17+
18+
```lisp
19+
(use-package lispy
20+
:straight (lispy
21+
:type git
22+
:host github
23+
:repo "enzuru/lispy")
24+
:ensure t
25+
:hook ((emacs-lisp-mode . lispy-mode)
26+
(ielm-mode . lispy-mode)
27+
(lisp-mode . lispy-mode)
28+
(lisp-interaction-mode . lispy-mode)
29+
(geiser-repl-mode . lispy-mode)
30+
(sly-mrepl-mode . lispy-mode)
31+
(cider-repl-mode . lispy-mode)
32+
(clojure-mode . lispy-mode)
33+
(scheme-mode . lispy-mode)))
34+
35+
```
36+
1237
> short and sweet LISP editing
1338
1439
<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc/generate-toc again -->

0 commit comments

Comments
 (0)