Add key binding for string inflection

This commit is contained in:
Gergely Polonkai 2023-07-25 07:19:15 +02:00
parent 30d55334cb
commit dca73a11d0
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 2 additions and 1 deletions

View File

@ -3915,7 +3915,8 @@ With the new Transient package it will be easier. I just dont know how to us
("c I" . org-clock-in-last) ("c I" . org-clock-in-last)
("c o" . org-clock-out) ("c o" . org-clock-out)
("c g" . org-clock-goto) ("c g" . org-clock-goto)
("M-o" . insert-current-file-name-at-point)) ("M-o" . insert-current-file-name-at-point)
("i" . string-inflection-all-cycle))
#+END_SRC #+END_SRC
** TODO These fail to work using ~bind-keys~, but why? ** TODO These fail to work using ~bind-keys~, but why?