spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
grazfather 2021-01-27T02:25:15.028200Z

Hm, spacemacs also can’t copy and paste properly. I can’t even figure out what it’s doing, it just… fucks up everything when you try to copy and paste with v and p

practicalli-john 2021-01-27T08:40:11.029500Z

I would appreciate it if swear words were not used in this channel, no matter how frustrated you obviously are.

➕ 1
zane 2021-01-27T02:35:33.028300Z

Is it possible that you’re still winding up in lisp state after some operations?

grazfather 2021-01-27T02:35:58.028500Z

no, I made sure that I started in normal mode

zane 2021-01-27T03:29:22.028700Z

Did you mean y instead of v?

grazfather 2021-01-27T03:35:01.028900Z

I meant v for selecting

grazfather 2021-01-27T03:37:44.029100Z

so I meant v, y, then p.

Faris 2021-01-27T17:38:02.032500Z

It says here https://practicalli.github.io/spacemacs/clojure-repl/jack-in-to-repl.html that Spacemacs can start a REPL for the current Clojure project, calling out to the Clojure CLI tools (deps.edn), Leiningen (project.clj) or Boot (boot.build) based on which configuration file is found in the root of the project. I’m not sure how exactly to accomplish this. So far I’ve only managed to send one file at a time to the REPL, and if a file imports from another file, I’ll need to load that file manually as well.

practicalli-john 2021-01-28T08:58:22.033900Z

, ' calls sesman start and asks which type or repl to start. When that has started, the , e menu has a number of commands to evaluate Clojure. , e f to evaluate the whole of the current express under the cursor (from the most outer brackets). https://practicalli.github.io/spacemacs/evaluating-clojure/

clyfe 2021-01-27T18:03:07.033400Z

> package evil-magit is unavailable I get that after installing spacemacs develop with practicalli live

clyfe 2021-01-27T18:16:59.033500Z

Nvm, my emacs version is 26, I'll try 27

clyfe 2021-01-27T21:14:01.033700Z

So evil-magit moved to evil-collection, but why on earth remove it from melpa?