Add string-inflection
This commit is contained in:
parent
b79eac8ea0
commit
bd99b4dd4a
1 changed files with 3 additions and 0 deletions
3
init.el
3
init.el
|
@ -139,6 +139,9 @@
|
||||||
:init
|
:init
|
||||||
(setq markdown-fontify-code-blocks-natively t))
|
(setq markdown-fontify-code-blocks-natively t))
|
||||||
|
|
||||||
|
;; String casing functions
|
||||||
|
(use-package string-inflection)
|
||||||
|
|
||||||
;; Treesitter
|
;; Treesitter
|
||||||
(use-package tree-sitter
|
(use-package tree-sitter
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue