emacs

jf 2026-02-12T09:26:52.356849Z

could somebody point me towards how the keybindings are set up for smartparens in prelude? Not sure if I'm missing something obvious, but I am unable to find any info in prelude's source about how the keybindings are set up. What I have tried: • looking through the docs, then various files in prelude (https://github.com/bbatsov/prelude/blob/master/modules/prelude-lisp.el, https://github.com/bbatsov/prelude/blob/master/modules/prelude-common-lisp.el) • git grep sp-; git grep slurp; git grep barf with prelude's source I am working on my own emacs config now, and would appreciate some reference on the keybindings/commands used.

jf 2026-02-12T12:37:23.033849Z

nvm I found it; I think it all comes down to this one line which I missed in https://github.com/bbatsov/prelude/blob/master/core/prelude-editor.el: (sp-use-paredit-bindings)