From d153c8cd542480c7ea5c9778213572dda825c761 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Mon, 2 Dec 2013 17:25:10 +0100 Subject: [PATCH] According to #117 --- nrepl/elisp/nrepl-ritz.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nrepl/elisp/nrepl-ritz.el b/nrepl/elisp/nrepl-ritz.el index 4483f96..6105411 100644 --- a/nrepl/elisp/nrepl-ritz.el +++ b/nrepl/elisp/nrepl-ritz.el @@ -5,11 +5,11 @@ ;; Author: Hugo Duncan ;; Keywords: languages, lisp, nrepl ;; URL: https://github.com/pallet/ritz -;; Version: 0.7.1 -;; Package-Requires: ((nrepl "0.1.7")(fringe-helper "0.1.1")) +;; Version: 0.7.2 +;; Package-Requires: ((cider "0.3.1")(fringe-helper "1.0.1")) ;; License: EPL -(require 'nrepl) +(require 'cider) (require 'ewoc) (require 'fringe-helper) @@ -25,7 +25,7 @@ For a remote nREPL server lein must be in your PATH. The remote proc is launched via sh rather than bash, so it might be necessary to specific the full path to it. Localhost is assumed." :type 'string - :group 'nrepl-mode) + :group 'cider-repl-mode) ;;;###autoload (defun nrepl-ritz-jack-in (&optional prompt-project)