You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Essentially you can write any valid elisp expressions in <commands> block.
19
+
Essentially you can write any valid elisp expressions in `<commands>` block.
20
20
The only special command provided is `(newline <diff>)`, it inserts a new line and indents it by `<previous line indent>+<diff>`.
21
21
Automatically on match only the matched string will be deleted, so if you choose to leave <commands> empty you will just end up with a fancy specific word remover.
22
-
`register-snippets` is language agnostic, but only works with single words as matrch strings.
22
+
`register-snippets` is language agnostic, but only works with single words as matrch strings.
0 commit comments