You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

9 lines
752 B

"web-mode-edit-element" is a smart enhancement for the package web-mode inspired by the packages ParEdit and Paxedit.
It provides a few helper-functions for attribute- and element-handling based on the functions given by web-mode. Further more it provides functions for slurping, barfing, dissolving, raising ... elements inspired by ParEdit and Paxedit. Last but not least this package includes a minor mode to provide a keymap with default bindings using commands of web-mode and this package.
To use this package, add the following lines somewhere in you init file:
(require 'web-mode-edit-element)
(add-hook 'web-mode-hook 'web-mode-edit-element-minor-mode)
See keymap in the main file or online https://github.com/jtkDvlp/web-mode-edit-element