Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document lispytutor.el #296

Open
Wilfred opened this issue Aug 7, 2016 · 1 comment
Open

Document lispytutor.el #296

Wilfred opened this issue Aug 7, 2016 · 1 comment

Comments

@Wilfred
Copy link
Contributor

Wilfred commented Aug 7, 2016

I checked out the lispy code and noticed lispytutor.el. I can't see any mention of it in the README nor http://oremacs.com/lispy/, but it looks really useful.

Is it worth adding to the readme? Furthermore, how do I use it? The comments look like they're using some specific syntax, so I presume I shouldn't just use emacs-lisp-mode.

@abo-abo
Copy link
Owner

abo-abo commented Aug 7, 2016

It's simply emacs-lisp-mode. The extra stuff is for the bindings, you can enable it like this:

(font-lock-add-keywords
 'emacs-lisp-mode
 '(("=\\([^=\n]+\\)=" 1 font-lock-string-face prepend)))

Is it worth adding to the readme?

Might be. I thought it's in a semi-finished state, since it doesn't cover everything. But it's not bad at things it does cover.

Furthermore, how do I use it?

Just like vimtutor: simply open it and read the instructions, repeat the keys. If something's not clear, open an issue or a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants