spacemacs

Spacemacs docs: http://develop.spacemacs.org/doc/DOCUMENTATION.html http://develop.spacemacs.org/layers/+lang/clojure/README.html https://practicalli.github.io/spacemacs/
2021-02-04T04:25:52.065300Z

Every time I paste something into my buffer, the entire file is auto-indented. Does anyone know how to turn that off? I have `aggressive-indent-mode` , clean-aindent-mode, and electric-mode all turned off.

Alexis Vincent 2021-02-04T18:06:28.068900Z

try lsp-enable-indentation

Alexis Vincent 2021-02-04T18:06:42.069100Z

and lsp-enable-on-type-formatting

Alexis Vincent 2021-02-04T18:06:47.069300Z

set both to nil

Alexis Vincent 2021-02-04T18:06:56.069500Z

That fixed things for me

2021-02-04T20:37:27.069900Z

omg thank you so much! I lost about 2.5 hours to figuring that out. Disabling lsp-enable-indentation did it for me!

Yehonathan Sharvit 2021-02-04T16:02:38.067400Z

Any idea why every two days my Emacs (with spacemacs) GUI app takes 100% CPU of my Macbook Pro and become not responsive? When it happens, I have no other choice that Force quitting Emacs 😞

Yehonathan Sharvit 2021-02-04T16:03:11.067800Z

Thanks God, my REPL runs from the terminal and not from Emacs

caumond 2021-02-05T09:10:33.073100Z

hmm, good, I'll check that next time

caumond 2021-02-05T09:23:34.073300Z

just to check I understand well, your repl has been launched externally, in a terminal, and you kill only the cider session in emacs, through the buffer?

Yehonathan Sharvit 2021-02-06T21:57:14.100900Z

exactly

caumond 2021-02-04T16:11:43.067900Z

Same here. Which installation are you using ?

caumond 2021-02-04T16:11:55.068100Z

Both on imac and mac book pro.

caumond 2021-02-04T16:12:21.068300Z

Both on bigsure

caumond 2021-02-04T16:13:45.068500Z

Emacs-mac formulae of brew

Yehonathan Sharvit 2021-02-04T16:22:09.068700Z

I am using https://emacsformacosx.com/

caumond 2021-02-04T18:39:58.069700Z

Under bigsure this one was not stable at all for me, and it had some blinking issues also

Yehonathan Sharvit 2021-02-04T20:58:41.070500Z

I am on Catalina

Yehonathan Sharvit 2021-02-04T20:59:08.070700Z

Is there a better distribution for Macos?

caumond 2021-02-04T21:01:54.070900Z

I suggest you try alternatives according to https://github.com/syl20bnr/spacemacs/tree/develop#macos

caumond 2021-02-04T21:02:46.071100Z

For myself the more stable was the brew version of emacs-mac

caumond 2021-02-04T21:03:02.071300Z

But still buggy

Yehonathan Sharvit 2021-02-04T21:50:53.071500Z

How could it be that there is not stable emacs distribution on Mac ? @jr0cket what do you think?

practicalli-john 2021-02-04T23:14:10.071700Z

I used EmacsForMacOSX for version 26.x on what ever was the Mac OS between 2014-17. I haven't had a Mac since then.

practicalli-john 2021-02-04T23:18:29.071900Z

If some process is running away, it's most likely a package or some compiled Emacs lisp, .elc file. Suggest deleting the .emacs.d directory and starting Emacs, then Spacemacs will download fresh versions of the packages. Also ensure that your .spacemacs file ((or .spacemacs.d/init.el) file is up to date with the template. SPC f e D will run a diff of your config against the template.