Skip to content

Commit

Permalink
Commentary in the main file
Browse files Browse the repository at this point in the history
  • Loading branch information
jtkDvlp committed Nov 6, 2016
1 parent d86c16f commit 632974a
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions html-element-edit.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;;; html-element-edit.el --- will follow
;;; html-element-edit.el --- Helper-functions for attribute- and element-handling

;; Copyright 2016 Julian T. Knabenschuh

Expand All @@ -12,7 +12,15 @@

;;; Commentary:

;; will follow
;; HTML-Element Edit 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 'html-element-edit)
;; (add-hook 'web-mode-hook 'html-element-edit-minor-mode)

;; See keymap in the main file or online https://github.com/jtkDvlp/html-element-edit

;;; Code:

Expand Down

0 comments on commit 632974a

Please sign in to comment.