From 1080cd9a5f5fc2d37f36be1eec8ae7ab6e0c5a59 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Mon, 28 Jan 2019 11:29:46 +0000 Subject: [PATCH] Update string-inflection keybindings --- modules/text-editing/siren-string-inflection.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/text-editing/siren-string-inflection.el b/modules/text-editing/siren-string-inflection.el index 19e3ccb..5bc1639 100644 --- a/modules/text-editing/siren-string-inflection.el +++ b/modules/text-editing/siren-string-inflection.el @@ -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