Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
julfy authored May 16, 2019
1 parent 8547214 commit 68c3619
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Simply copy `register-snippets` macro to your .emacs, that's all.
(define-key lisp-mode-map (kbd "C-t") 'lisp-snippets)
```

Essentially you can write any valid elisp expressions in <commands> block.
Essentially you can write any valid elisp expressions in `<commands>` block.
The only special command provided is `(newline <diff>)`, it inserts a new line and indents it by `<previous line indent>+<diff>`.
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.
`register-snippets` is language agnostic, but only works with single words as matrch strings.
`register-snippets` is language agnostic, but only works with single words as matrch strings.

0 comments on commit 68c3619

Please sign in to comment.