Add and configure the string-inflection package
This commit is contained in:
parent
75342a80fc
commit
a2635593e8
@ -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 that’s 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)
|
||||
|
Loading…
Reference in New Issue
Block a user