Adds string-inflection
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
[init]
|
[init]
|
||||||
defaultBranch = main
|
defaultBranch = main
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
process = git-lfs filter-process
|
|
||||||
required = true
|
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
|
process = git-lfs filter-process
|
||||||
|
required = true
|
||||||
|
|||||||
5
.emacs
5
.emacs
@@ -542,6 +542,11 @@
|
|||||||
(c-mode-common . clang-format+-mode)
|
(c-mode-common . clang-format+-mode)
|
||||||
)
|
)
|
||||||
|
|
||||||
|
(use-package string-inflection
|
||||||
|
:bind
|
||||||
|
("C-c u" . string-inflection-all-cycle)
|
||||||
|
)
|
||||||
|
|
||||||
(use-package polymode
|
(use-package polymode
|
||||||
:config
|
:config
|
||||||
(define-hostmode poly-pio-hostmode
|
(define-hostmode poly-pio-hostmode
|
||||||
|
|||||||
Reference in New Issue
Block a user