.
This commit is contained in:
parent
e8cdb36370
commit
d72c692877
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ Point must be at the beginning of balanced expression (sexp)."
|
|||
(looking-at (rx (or "(" "{" "["))))
|
||||
|
||||
(defun being-past-closing-paren ()
|
||||
(thing-at-point-looking-at (rx (or ")" "}" "]"))))
|
||||
(looking-back (rx (or ")" "}" "]"))))
|
||||
|
||||
;;;;; Basic
|
||||
(use-package smartparens
|
||||
|
|
Loading…
Reference in a new issue