how do I disable that electric-indent thing in emacs / Prelude?
electric-indent-mode
does anyone know how to disable emacs capturing a key sequence? I use M-s-l to lock my screen, but I can’t when emacs is focused because it just says “M-s-¬” is undefined. I have tried doing (global-unset-key)
@chris usually, keys defined at the OS level never even reach emacs.
That's what happens for me with C-M-l
So I don't think you can prevent emacs from capturing a key that reaches it, but that shouldn't prevent you from using OS keys like that.