Add titlecase

This commit is contained in:
David Morgan 2023-03-11 13:23:57 +00:00
parent 8764ad6c86
commit 85fefec403
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 4 additions and 0 deletions

View File

@ -211,5 +211,9 @@
:custom (editorconfig-trim-whitespaces-mode 'ws-butler-mode)
:hook (emacs-startup . editorconfig-mode))
(use-package titlecase
;; TODO find a better binding
:bind ("C-c c t t" . titlecase-dwim))
(provide 'init-editor)
;;; init-editor.el ends here