From d72c69287775a4fab242e3e3854b990006af8aec Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Tue, 21 Nov 2023 10:16:02 +0100 Subject: [PATCH] . --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 228a0e3..882586f 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -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