[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Proposal: make insert-pair-alist buffer local
From: |
Stefan Monnier |
Subject: |
Re: Proposal: make insert-pair-alist buffer local |
Date: |
Thu, 23 Dec 2021 14:33:42 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
> This is a "don't shoot the pianist" (cf. cite below) sort of idea I have
> had while trying to rationalize my .emacs.d:
>
> If insert-pair-alist was buffer-local, we could have different auto-pairs
> for different modes:
> e.g. //,**, etc. in org-mode
>
> Am I too wrong in this?
FWIW, I consider `insert-pair` (and `insert-pair-alist`) obsoleted by
`electric-pair-mode`.
Stefan