forked from colonelpanic/dotfiles
[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
|
** string-inflection
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package string-inflection
|
(use-package string-inflection
|
||||||
:commands string-inflection-toggle
|
:commands string-inflection-all-cycle
|
||||||
:bind ("C-c l" . string-inflection-toggle))
|
:bind ("C-c l" . string-inflection-all-cycle))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** yasnippet
|
** yasnippet
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user