[Emacs] Use string-inflection-all-toggle to support kebab case
This commit is contained in:
parent
c0c69023bd
commit
a882ef67de
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user