From dca73a11d08cc1e02c695524207aefee03e39f03 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 25 Jul 2023 07:19:15 +0200 Subject: [PATCH] Add key binding for string inflection --- configuration.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index befedec..014e689 100644 --- a/configuration.org +++ b/configuration.org @@ -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 o" . org-clock-out) ("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 ** TODO These fail to work using ~bind-keys~, but why?