Fork me on GitHub
#emacs
<
2018-06-02
>
theeternalpulse05:06:46

With strictparens how do I keep it from preventing me from entering and deleting pairs found in strings. I try to insert one paren in a string and it auto-closes like outside of a string, and deleting it deletes the matching one, I can't easily edit text fields that have paren, I always have to turn off the mode and retype before turning the mode back on

ag17:06:37

I believe you can type C-v and whatever char/keybinding used next would be inserted "literally" with ignorance of whatever modes are there

ag17:06:49

I'm using Spacemacs it's what it's bound to. on your system in may be bound to some other key. Check describe-function for quoted-insert