Skip to content

Commit ef8882e

Browse files
committed
Remove unused line breaks.
1 parent ae0bfaa commit ef8882e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,31 +5,31 @@
55

66
# htmltagwrap #
77

8-
Wraps a chunk of HTML code in tags.<br/><br/>
8+
Wraps a chunk of HTML code in tags.
99

1010

1111
## Configurations ##
1212
The default tag is `p`, by setting `htmltagwrap-tag` you can change the
1313
default tag to something else you want.
14-
```
14+
```el
1515
(setq htmltagwrap-tag "p")
1616
```
1717

1818
Ident the region after wrapping.
19-
```
19+
```el
2020
(setq htmltagwrap-indent-region-after-wrap t)
2121
```
2222

2323
Make newline when wrap if the region is not on the same line.
24-
```
24+
```el
2525
(setq htmltagwrap-indie-tag-wrap-not-inline t)
2626
```
2727

2828

2929
## Key Bindings ##
3030
This plugin does not have a default keybindings, just simply binds
3131
`htmltagwrap-tag-wrap` function to the keymap you want.
32-
```
32+
```el
3333
(define-key global-map (kbd "M-w") #htmltagwrap-tag-wrap)
3434
```
3535

0 commit comments

Comments
 (0)