Add key binding for string inflection
This commit is contained in:
parent
30d55334cb
commit
dca73a11d0
@ -3915,7 +3915,8 @@ With the new Transient package it will be easier. I just don’t 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?
|
||||||
|
Loading…
Reference in New Issue
Block a user