X-Git-Url: https://code.delx.au/gnu-emacs-elpa/blobdiff_plain/df229b9ab8db87fe5a1133365fdc299a65f9be86..e9406f51266f9b9179f475886fa4ec78f1ccba44:/doc/snippet-development.org diff --git a/doc/snippet-development.org b/doc/snippet-development.org index 768684c6c..c79248376 100644 --- a/doc/snippet-development.org +++ b/doc/snippet-development.org @@ -422,3 +422,9 @@ the exit marker. By the way, =C-d= will only clear the field if you cursor is at the beginning of the field /and/ it hasn't been changed yet. Otherwise, it performs the normal Emacs =delete-char= command. + +** Indentation markers + +If [[sym:yas-indent-line][=yas-indent-line=]] is *not* set to '=auto=, it's still possible to +indent specific lines by adding an indentation marker, =$>=, somewhere +on the line.