You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-14Lines changed: 10 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,15 +15,11 @@ This is a temporary fork of: https://github.com/abo-abo/lispy
15
15
16
16
I will maintain Lispy here until [abo-abo](https://github.com/abo-abo/) returns. Feel free to open up issues and submit pull requests. I have already ported over and merged some open PRs on the original Lispy repo.
17
17
18
-
Use as follows:
18
+
Presuming [Elpaca](https://github.com/progfolio/elpaca), use as follows:
19
19
20
20
```lisp
21
21
(use-package lispy
22
-
:straight (lispy
23
-
:type git
24
-
:host github
25
-
:repo "enzuru/lispy")
26
-
:ensure t
22
+
:ensure (:host github :repo "enzuru/lispy")
27
23
:hook ((emacs-lisp-mode . lispy-mode)
28
24
(ielm-mode . lispy-mode)
29
25
(lisp-mode . lispy-mode)
@@ -102,7 +98,7 @@ The killer-feature are the short bindings:
102
98
Most of more than 100 interactive commands that `lispy` provides are
103
99
bound to <kbd>a</kbd>-<kbd>z</kbd> and <kbd>A</kbd>-<kbd>Z</kbd> in
104
100
`lispy-mode`. You can see the full command reference with many
0 commit comments