This commit is contained in:
Daniel Ziltener 2023-11-21 10:16:02 +01:00
parent e8cdb36370
commit d72c692877
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -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