Update string-inflection keybindings

This commit is contained in:
2019-01-28 11:29:46 +00:00
parent fdbd49c57b
commit 1080cd9a5f

View File

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