bug-auctex
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30548: conflicts with smartparens


From: Alex Branham
Subject: bug#30548: conflicts with smartparens
Date: Mon, 26 Feb 2018 10:29:57 -0600
User-agent: mu4e 1.0; emacs 26.0.91

There are two smartparens bugs that may be related to this.

https://github.com/Fuco1/smartparens/issues/827

TLDR; enable delete-selection-mode *before* enabling smartparens

and also

https://github.com/Fuco1/smartparens/issues/834

And the workaround here is to rely on smartparens rather than auctex's 
implementation of $:

(define-key TeX-mode-map (kbd "$") #'self-insert-command)

Hope that helps,
Alex





reply via email to

[Prev in Thread] Current Thread [Next in Thread]