make nonempty commentary section
1 files changed, 6 insertions(+), 0 deletions(-) M caser.el
M caser.el +6 -0
@@ 21,6 21,12 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; 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: