diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 79ec55ae..d73a38af 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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