Hi, I am a evil user and I really love your package. I wonder if it is possible not to activate the pair overlay whenever I insert a pair? As I use C-g to switch back to evil normal state, when smartparens is activated, it is bind to sp-remove-active-pair-overlay, and as a result, when I insert something like (a (b (c (d)))), it would take several times of C-g to get to evil normal state.
Even if I manually unbind C-g in smartparens-mode-map with (general-unbind smartparens-mode-map "C-g"), pressing C-g still executes sp-remove-active-pair-overlay. describe-function sp-remove-active-pair-overlay gives the following information, so I have no idea how to modify it
Hi, I am a evil user and I really love your package. I wonder if it is possible not to activate the pair overlay whenever I insert a pair? As I use
C-g
to switch back to evil normal state, when smartparens is activated, it is bind tosp-remove-active-pair-overlay
, and as a result, when I insert something like(a (b (c (d))))
, it would take several times ofC-g
to get to evil normal state.Even if I manually unbind
C-g
insmartparens-mode-map
with(general-unbind smartparens-mode-map "C-g")
, pressingC-g
still executessp-remove-active-pair-overlay
.describe-function sp-remove-active-pair-overlay
gives the following information, so I have no idea how to modify it