.
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 "(" "{" "["))))
|
(looking-at (rx (or "(" "{" "["))))
|
||||||
|
|
||||||
(defun being-past-closing-paren ()
|
(defun being-past-closing-paren ()
|
||||||
(thing-at-point-looking-at (rx (or ")" "}" "]"))))
|
(looking-back (rx (or ")" "}" "]"))))
|
||||||
|
|
||||||
;;;;; Basic
|
;;;;; Basic
|
||||||
(use-package smartparens
|
(use-package smartparens
|
||||||
|
|
Loading…
Reference in a new issue