editors

Discussion about all editors used for Clojure/ClojureScript
2015-09-22T15:31:06.000031Z

Anyone using Cursive here? I'm running into a strange issue where the REPL fails to load some of the properties. The project I'm running it on has been generated using a template, so some props have been there from the start - it's just those that I've added by hand that fail to load. The file has been saved, and this problem manifests itself only in Cursive - lein repls from terminal load the props just fine.

2015-09-22T15:50:41.000032Z

Problem solved. In case anyone experiences a similar brainfart, check the 'Working dir' field in 'Run/Debug Configurations' and make sure it points to the correct directory. If you have multiple projects in one 'workspace' (like I did), e.g. by starting Idea with one project then adding others as modules, working dir will apparently default to the path of the initial project.

2015-09-22T20:12:01.000034Z

I’m getting back into the swing of emacs again, and I’m using the keymaps from BraveClojure, and I’m trying to figure out how how to use the quick binding for toggling comments on lines.

2015-09-22T20:13:02.000035Z

I’ve got a (global-set-key (kbd “C-;”) ‘toggle-comment-on-line) but I can figure out what to press for that.

jcsims 2015-09-22T20:21:24.000036Z

jteneycke: Control key + semicolon

2015-09-22T20:21:43.000037Z

wow

2015-09-22T20:21:47.000038Z

hahaha!

2015-09-22T20:21:58.000039Z

jcsims: Mucho gracias!

jcsims 2015-09-22T20:22:09.000040Z

jteneycke: for sure 😉