Skip to content

Commit

Permalink
Add emacs joxa-mode installation instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
sinasamavati committed Feb 9, 2014
1 parent 603d4ef commit 90fcdb4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions emacs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
## Installation

Add the following to your .emacs

```lisp
(add-to-list 'load-path "/path/to/joxa/emacs")
(require 'joxa-mode)
```

0 comments on commit 90fcdb4

Please sign in to comment.