emacs

doojin 2026-02-25T13:12:17.098129Z

I weighed pros and cons of structured editing packages. I am leaning toward electric-pair-mode because it looks like the simplest option. I don't want to be distracted by bugs and quirks in sophisticated structured editing packages. This is my current electric-pair-mode configuration.

(add-hook 'prog-mode-hook #'electric-pair-local-mode)
I like the simplicity that comes with a simple orthogonal configuration.

❤️ 1
Richie 2026-04-10T13:56:15.462699Z

I use lispy.el. What does electric pair mode give you? https://oremacs.com/lispy/