# HG changeset patch # User Zachary Kanfer # Date 1691358201 14400 # Sun Aug 06 17:43:21 2023 -0400 # Node ID e38f647e894cce02ae99450dbabf52ba965945b7 # Parent 4655a3644a6c04e93b67cfc277cc3a2b804187b1 make nonempty commentary section diff --git a/caser.el b/caser.el --- a/caser.el +++ b/caser.el @@ -21,6 +21,12 @@ ;; along with this program. If not, see . ;;; Commentary: +;; This package changes text from camelCase to dash-case to snake_case. +;; We recommend binding the following keys: + +;; (bind-key "M-C" #'caser/camelcase-dwim) +;; (bind-key "M-S" #'caser/snakecase-dwim) +;; (bind-key "M-D" #'caser/dashcase-dwim) ;;; Code: