Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

According to #112 #113

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions nrepl/elisp/nrepl-ritz.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
;; Author: Hugo Duncan <[email protected]>
;; 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)

Expand All @@ -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)
Expand Down