Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alhadis/language-emacs-lisp
Emacs Lisp and YASnippet support for Atom and GitHub.
https://github.com/alhadis/language-emacs-lisp
amusewiki atom elisp emacs-lisp emacs-lisp-support muse syntax-highlighting textmate-grammar yasnippet yasnippets
Last synced: 5 days ago
JSON representation
Emacs Lisp and YASnippet support for Atom and GitHub.
- Host: GitHub
- URL: https://github.com/alhadis/language-emacs-lisp
- Owner: Alhadis
- License: isc
- Created: 2016-08-06T13:58:55.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T13:23:02.000Z (over 1 year ago)
- Last Synced: 2024-12-20T18:37:03.343Z (about 1 month ago)
- Topics: amusewiki, atom, elisp, emacs-lisp, emacs-lisp-support, muse, syntax-highlighting, textmate-grammar, yasnippet, yasnippets
- Language: CSON
- Homepage: https://atom.io/packages/language-emacs-lisp
- Size: 816 KB
- Stars: 14
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
Emacs Lisp Support
==================[![Build status: TravisCI][TravisCI-badge]][TravisCI-link]
[![Build status: AppVeyor][AppVeyor-badge]][AppVeyor-link]
[![Latest package version][APM-badge]][APM-link]Hand-crafted syntax highlighting and editor commands for Emacs Lisp in Atom.
Commands
--------
This package includes two commands to run Lisp code in Emacs from Atom:* `language-emacs-lisp:run-selection`
* `language-emacs-lisp:run-file`These aren't attached to any keybindings by default. You'll need to assign them
[shortcuts](http://flight-manual.atom.io/behind-atom/sections/keymaps-in-depth/)
yourself.**NOTE:**
These require Emacs to be in your `$PATH`, and probably don't work on Windows.[TravisCI-badge]: https://travis-ci.org/Alhadis/language-emacs-lisp.svg?branch=master
[TravisCI-link]: https://travis-ci.org/Alhadis/language-emacs-lisp
[AppVeyor-badge]: https://ci.appveyor.com/api/projects/status/9m9wn1u6f76wr05f?svg=true
[AppVeyor-link]: https://ci.appveyor.com/project/Alhadis/language-emacs-lisp
[APM-badge]: https://img.shields.io/apm/v/language-emacs-lisp.svg?colorB=brightgreen
[APM-link]: https://atom.io/packages/language-emacs-lisp