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.
try lsp-enable-indentation
and lsp-enable-on-type-formatting
set both to nil
That fixed things for me
omg thank you so much! I lost about 2.5 hours to figuring that out. Disabling lsp-enable-indentation
did it for me!
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 😞
Thanks God, my REPL runs from the terminal and not from Emacs
hmm, good, I'll check that next time
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?
exactly
Same here. Which installation are you using ?
Both on imac and mac book pro.
Both on bigsure
Emacs-mac formulae of brew
I am using https://emacsformacosx.com/
Under bigsure this one was not stable at all for me, and it had some blinking issues also
I am on Catalina
Is there a better distribution for Macos?
I suggest you try alternatives according to https://github.com/syl20bnr/spacemacs/tree/develop#macos
For myself the more stable was the brew version of emacs-mac
But still buggy
How could it be that there is not stable emacs distribution on Mac ? @jr0cket what do you think?
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.
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.