Fork me on GitHub
#editors
<
2015-08-10
>
borkdude14:08:53

how do I disable that electric-indent thing in emacs / Prelude?

malabarba15:08:56

electric-indent-mode

chris20:08:20

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)

malabarba21:08:13

@chris usually, keys defined at the OS level never even reach emacs.

malabarba21:08:43

That's what happens for me with C-M-l

malabarba21:08:04

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.