Skip to content

Commit 68c3619

Browse files
authored
Update README.md
1 parent 8547214 commit 68c3619

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Simply copy `register-snippets` macro to your .emacs, that's all.
1616
(define-key lisp-mode-map (kbd "C-t") 'lisp-snippets)
1717
```
1818

19-
Essentially you can write any valid elisp expressions in <commands> block.
19+
Essentially you can write any valid elisp expressions in `<commands>` block.
2020
The only special command provided is `(newline <diff>)`, it inserts a new line and indents it by `<previous line indent>+<diff>`.
2121
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

Comments
 (0)