File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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 ##
1212The default tag is ` p ` , by setting ` htmltagwrap-tag ` you can change the
1313default tag to something else you want.
14- ```
14+ ``` el
1515(setq htmltagwrap-tag "p")
1616```
1717
1818Ident the region after wrapping.
19- ```
19+ ``` el
2020(setq htmltagwrap-indent-region-after-wrap t)
2121```
2222
2323Make 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 ##
3030This 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
You can’t perform that action at this time.
0 commit comments