refactor(text-editing): Improve string-inflection package setup

This commit is contained in:
2020-05-07 19:14:28 +01:00
parent 801d6f133a
commit 974a2b86ed
3 changed files with 6 additions and 4 deletions

View File

@@ -8,9 +8,7 @@
(use-package string-inflection
:bind
("C-c C-u" . string-inflection-cycle)
(:map emacs-lisp-mode-map
("C-c C-u" . string-inflection-all-cycle)))
("C-c C-u" . string-inflection-cycle))
(provide 'siren-string-inflection)
;;; siren-string-inflection.el ends here