/cljr-ivy

Access clojure refactor tool from ivy

Primary LanguageEmacs LispEclipse Public License 2.0EPL-2.0

Clojure Refactor from Ivy

MELPA

Please, use MELPA to install the package:

M-x package-install cljr-ivy

Manual installation

Clone the repository:

cd ~/.emacs.d/site-packages
git submodule add https://github.com/wandersoncferreira/cljr-ivy

Add the package to your load path:

(add-to-list 'load-path "~/.emacs.d/site-packages/cljr-ivy")
(require 'cljr-ivy)

This assumes you have a site-packages folder inside your emacs.d.

Usage

Now you need to bind the cljr-ivy command to some keybinding, I recommend:

(eval-after-load 'clojure
	'(define-key clojure-mode-map (kbd "C-c C-r") 'cljr-ivy))

Screenshot

Example of completions