Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edpaget/parinfer-mode
Emacs Mode for Parinfer
https://github.com/edpaget/parinfer-mode
Last synced: about 2 months ago
JSON representation
Emacs Mode for Parinfer
- Host: GitHub
- URL: https://github.com/edpaget/parinfer-mode
- Owner: edpaget
- License: gpl-3.0
- Created: 2015-12-06T23:21:14.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-13T18:55:22.000Z (over 8 years ago)
- Last Synced: 2024-10-16T12:49:11.991Z (3 months ago)
- Language: Emacs Lisp
- Size: 56.6 KB
- Stars: 91
- Watchers: 7
- Forks: 10
- Open Issues: 8
-
Metadata Files:
- Readme: README.org
- License: LICENSE
Awesome Lists containing this project
README
#+TITLE: parinfer-mode
#+AUTHOR: Edward PagetThis package provides a [[http://shaunlebron.github.io/parinfer/index.html][parinfer]] mode for Emacs
* Usage
- Clone this repo
- Add the path to the project folder to your load path by adding
=(add-to-list 'load-path "")= to your =init.el=
- Add =(require 'parinfer-mode)= to your =init.el=
- Restart emacs and run =M-x parinfer-mode= to activate it for a bufferOptionally you can make =parinfer-mode= enabled by default in =clojure-mode= by
adding=(add-hook 'clojure-mode-hook 'parinfer-mode)=
to your =init.el= .
* Contributing
Send me a Pull Request. I'll add you as a Collaborator!
* Authors
- [[https://github.com/edpaget/][Edward Paget]]
- [[https://github.com/aweiksnar][Alex Weiksnar]]* License
Licensed under the GPLv3. See LICENSE for Details