File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 -->
You can’t perform that action at this time.
0 commit comments