[Emacs] Use string-inflection-all-toggle to support kebab case

This commit is contained in:
Ivan Malison 2023-07-27 23:39:23 -06:00
parent c0c69023bd
commit a882ef67de

View File

@ -2172,8 +2172,8 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab
** string-inflection
#+BEGIN_SRC emacs-lisp
(use-package string-inflection
:commands string-inflection-toggle
:bind ("C-c l" . string-inflection-toggle))
:commands string-inflection-all-cycle
:bind ("C-c l" . string-inflection-all-cycle))
#+END_SRC
** yasnippet
#+BEGIN_SRC emacs-lisp