From: Thorsten Jolitz <tjolitz@gmail.com>
To: help-gnu-emacs@gnu.org
Subject: Re: Clojure Mode - `nrepl-jack-in' gives error
Date: Fri, 18 Apr 2014 14:28:24 +0200 [thread overview]
Message-ID: <87mwfiu8if.fsf@gmail.com> (raw)
In-Reply-To: 87y4z2hnbw.fsf@bzg.ath.cx
Bastien <bzg@altern.org> writes:
> 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))
Installed and copied 1 to 1 into my init.el (except orgstruct because
for obvious reasons I rather use outline-minor-mode/outshine) - and it
works like a charm now.
Thanks a lot!
--
cheers,
Thorsten
prev parent reply other threads:[~2014-04-18 12:28 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
2014-04-18 12:28 ` Thorsten Jolitz [this message]
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=87mwfiu8if.fsf@gmail.com \
--to=tjolitz@gmail.com \
--cc=help-gnu-emacs@gnu.org \
/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).