diff --git a/modules/lang/web/autoload/css.el b/modules/lang/web/autoload/css.el index a857155bd..7c1a2167b 100644 --- a/modules/lang/web/autoload/css.el +++ b/modules/lang/web/autoload/css.el @@ -27,8 +27,8 @@ (let ((inhibit-modification-hooks t)) (cl-destructuring-bind (&key beg end op cl &allow-other-keys) (save-excursion - (when (and (eq (char-after) ?{) - (not (eq (char-before) ?{))) + (when (and (eq (char-after) ?\{) + (not (eq (char-before) ?\{))) (forward-char)) (sp-get-sexp)) (when (or (not (and beg end op cl))