Fork me on GitHub
#emacs
<
2018-07-11
>
akjetma02:07:40

I’m having trouble getting cider to work with a project using deps.edn. This is the message i get:

Are you sure you want to run `cider-jack-in' without a Clojure project? (y or n)
. I have cider 0.17.0 installed, clojure cli tools installed via homebrew, and a project with a deps.edn file at the root. Anybody run into this before?

dpsutton02:07:41

i'm not sure when deps support landed in cider. but it sounds like it was after 0.17

dpsutton02:07:08

i think there's a bug with 0.18 snapshot for cider-nrepl right now though so try upgrading tomorrow?

akjetma02:07:32

Ah, okay, I’ll try that out tomorrow. do the cider docs get ahead of the stable release?

dpsutton02:07:51

cider docs track master which is 0.18-snapshot right now

dpsutton02:07:03

which is available on melpa

akjetma02:07:14

alright cool, thank you!

dpsutton02:07:38

no worries. drop by #cider tomorrow and check to see if that bug is resolved. it prevents startup at the moment unfortunately

akjetma02:07:50

sounds good

psdp03:07:57

hi, trying to add a dependency using clj-refactor and got errors...

psdp07:07:20

@zetafish Cool, will keep an eye on it. Thanks!

vemv13:07:24

The following setup has worked for me for years:

vemv13:07:31

(setq mac-control-modifier 'super)
(setq mac-option-modifier 'meta)
(setq mac-command-modifier 'control)

vemv13:07:07

however it doesn't in my new mac. When I M-x describe-key and hit my keyboard's control + left combination, I expect describe-key to report <s-left>, but instead Emacs perceives nothing and keeps waiting for a key combination to describe

vemv13:07:15

Anyone familiar with the issue?

vemv13:07:38

(Can reproduce with different builds of Emacs 25. On the old machine always works; in the new one never)

vemv13:07:58

False alarm, I just had to go through MacOS Keyboard Preferences -> Disable all the junk default shortcuts which were taking precedence

theeternalpulse21:07:55

how would I close all non-project related buffers in a current projectile project. I've noticed when navigating a lot of projects and buffers some buffer navingation navigates to non-project buffers