Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

#+TITLE: parinfer-mode
#+AUTHOR: Edward Paget

This 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 buffer

Optionally 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