Closed purcell closed 11 years ago
In recent Emacs snapshots, there's no longer a css-backward-sexp, so skewer-css-beginning-of-declaration will produce an error.
skewer-css-beginning-of-declaration
I'd expect that plain old backward-sexp should do the trick, but I admit that I haven't confirmed this. :-)
backward-sexp
Looks like it works just fine, thanks! Using backward-sexp as part of a more general major mode API seems much nicer than using namespaced functions.
Merged as cf2998dfb82b3b64e1196e1496d260ef28240a36.
In recent Emacs snapshots, there's no longer a css-backward-sexp, so
skewer-css-beginning-of-declaration
will produce an error.I'd expect that plain old
backward-sexp
should do the trick, but I admit that I haven't confirmed this. :-)