2 problems I could not find the answer to while deciding if this package is right for me: 1) If I have say the following, where `_` is the point: ``` (((_ ) ) ) ``` In paredit, pressing `)` 3 times would result in `((()))_`. How do I replicate this behavior in strict-mode? 2) In strict-mode, how do I prevent extra closing parens from being inserted if I type `)` at the end of a pair?