Skip to content

Commit 2decb74

Browse files
committed
Add an illustrated readme file
1 parent de38b9f commit 2decb74

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
Emacs Lisp Support
2+
==================
3+
4+
Hand-crafted syntax highlighting and editor commands for Emacs Lisp in Atom.
5+
6+
<img src="https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/static/figure-1.png" width="802" alt="Atomacs" />
7+
8+
9+
Commands
10+
--------
11+
This package includes two commands to run Lisp code in Emacs from Atom:
12+
13+
* `language-emacs-lisp:run-selection`
14+
* `language-emacs-lisp:run-file`
15+
16+
<img src="https://raw.githubusercontent.com/Alhadis/language-emacs-lisp/static/figure-2.png" width="464" alt="Math: One not even" />
17+
18+
These aren't attached to any keybindings by default. You'll need to assign them
19+
[shortcuts](http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/)
20+
yourself.
21+
22+
**NOTE:**
23+
These require Emacs to be in your `$PATH`, and probably don't work on Windows.

0 commit comments

Comments
 (0)