unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
From: Bastien <bzg@altern.org>
To: Thorsten Jolitz <tjolitz@gmail.com>
Cc: help-gnu-emacs@gnu.org
Subject: Re: Clojure Mode - `nrepl-jack-in' gives error
Date: Fri, 18 Apr 2014 13:46:43 +0200	[thread overview]
Message-ID: <87y4z2hnbw.fsf@bzg.ath.cx> (raw)
In-Reply-To: <874n1qvp71.fsf@gmail.com> (Thorsten Jolitz's message of "Fri, 18 Apr 2014 13:42:42 +0200")

Thorsten Jolitz <tjolitz@gmail.com> writes:

> No, I had never heard of it ... thanks for the tip! So I was on the
> wrong (i.e. outdated) track wrt to Clojure & Emacs, no wonder it did not
> work ...

Since we're at it, here is my setup:

clojure-mode / cider / company-mode

all them installed from ELPA.

And some useful settings:

(require 'cider)
(require 'company)
(require 'company-cider)
(setq nrepl-hide-special-buffers t)
(setq cider-repl-pop-to-buffer-on-connect nil)
(setq cider-popup-stacktraces nil)
(setq cider-repl-popup-stacktraces t)
(setq org-babel-clojure-backend 'cider)
(add-hook 'clojure-mode-hook 'turn-on-orgstruct)
(eval-after-load 'company '(add-to-list 'company-backends 'company-cider))

Enjoy!

-- 
 Bastien



  reply	other threads:[~2014-04-18 11:46 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-04-18 11:18 Clojure Mode - `nrepl-jack-in' gives error Thorsten Jolitz
2014-04-18 11:24 ` Bastien
2014-04-18 11:42   ` Thorsten Jolitz
2014-04-18 11:46     ` Bastien [this message]
2014-04-18 12:28       ` Thorsten Jolitz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87y4z2hnbw.fsf@bzg.ath.cx \
    --to=bzg@altern.org \
    --cc=help-gnu-emacs@gnu.org \
    --cc=tjolitz@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).