Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sinasamavati/joxa-mode
Joxa mode for Emacs
https://github.com/sinasamavati/joxa-mode
Last synced: 8 days ago
JSON representation
Joxa mode for Emacs
- Host: GitHub
- URL: https://github.com/sinasamavati/joxa-mode
- Owner: sinasamavati
- Created: 2014-01-19T12:55:44.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-18T07:29:48.000Z (almost 11 years ago)
- Last Synced: 2023-07-03T18:40:26.855Z (over 1 year ago)
- Language: Emacs Lisp
- Homepage:
- Size: 215 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Joxa mode
Joxa mode for Emacs.
## Installation
Clone it and add the following to your .emacs
```lisp
(add-to-list 'load-path "/path/to/joxa-mode")
(require 'joxa-mode)
```