skeleton-pair conflict with autopair mode
Hi gabrielelanaro,
I just noticed when enabling global autopair mode, insert a '[' will automatically append two ']' in orgmode (some other modes may happen too.). Same situation for parenthesis and braces.
Then when I comment skeleton-pair configuration, this issue is gone.
I use emacs24.3. Hope this small issue be fixed in the future. :-)
Last many thanks for making this handy emacs plugins!
Thank you for the report! I'm thinking on a way to fix that. I used auto-pair in the past but I had some problems with it. I may probably just disable the skeleton pair when auto-pair mode is enabled.
It also creates problems with other major modes. For example here is how it makes sh-mode look like - http://imgur.com/a/WI1Bw
IMO skeleton-pair should only be enabled for Python and not for other languages.