Fork me on GitHub
#spacemacs
<
2019-04-23
>
practicalli-johnny13:04:50

@alexcatalina clj-refactor works okay for me, although I dont use all the features. I just tried cljr-add-project-dependency and it successfully add a library to the project.clj file. My setup is Spacemacs develop - updated a few days ago Leiningen 2.8.3 Java 1.8.0_191 (openjdk)

alexcatalina14:04:26

Yes, got it working, just needed to get the proper java downgrade

jaide15:04:01

What’s the best way to edit a file in spacemacs gui from terminal? For instance with atom I can run atom -w <file>

zlrth19:04:10

what about emacsclient <file> ?

zlrth19:04:01

for what it's worth, i do almost all of my terminaling via m-x shell

zlrth19:04:11

so i recommend that

jaide20:04:54

Oh interesting, I’ll have to learn that.

practicalli-johnny22:04:57

If you run Emacs server or have Emacs as a daemon, then emacsclient starts instantly even if no other Emacs frames are open. There are settings in .spacemacs config file to enable server and have it persistent (for develop branch at least)

jaide23:04:00

Great thanks!

zlrth17:04:20

whenever i customize a variable, i get an extra (custom-set-variables ...) (custom-set-faces ...) at the bottom of my .spacemacs.

zlrth17:04:37

and that extra custom-set-variables is both out-of-date, and is the one loaded.