mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Update string-inflection keybindings
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user