Add caser

This commit is contained in:
David Morgan 2023-09-21 07:39:35 +01:00
parent 098c641188
commit cd06f1a12f
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 7 additions and 0 deletions

View File

@ -214,5 +214,12 @@
;; TODO find a better binding
:bind ("C-c c t t" . titlecase-dwim))
(use-package caser
:elpaca (caser :host github :repo "emacsmirror/caser")
:bind
("C-c c c" . caser-camelcase-dwim)
("C-c c s" . caser-snakecase-dwim)
("C-c c d" . caser-dashcase-dwim))
(provide 'init-editor)
;;; init-editor.el ends here