Add and configure the string-inflection package

This commit is contained in:
Gergely Polonkai 2023-10-20 05:12:52 +02:00
parent 75342a80fc
commit a2635593e8
No known key found for this signature in database
GPG Key ID: 2D2885533B869ED4
1 changed files with 8 additions and 1 deletions

View File

@ -1811,6 +1811,14 @@ INFO plist."
("h" . hide-mode-line-mode)))
#+end_src
** ~string-inflection~
#+begin_src emacs-lisp
(use-package string-inflection
:bind (:map gpolonkai/pers-map
("i" . string-inflection-all-cycle)))
#+end_src
* Dired extras
** ~dired-collapse~, to collapse directories that contain a single file somewhere deep
@ -3108,7 +3116,6 @@ Because thats still my favourite language.
("c" . gpolonkai/org-clock-map)
("C-c" . calc)
("M-C" . clean-buffer-list)
("i" . string-inflection-all-cycle)
("C-i e" . "gergely@polonkai.eu")
("C-i w" . "http://gergely.polonkai.eu/")
("M-o" . mbork/insert-current-file-name-at-point)