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
|
||||
(setq markdown-fontify-code-blocks-natively t))
|
||||
|
||||
;; String casing functions
|
||||
(use-package string-inflection)
|
||||
|
||||
;; Treesitter
|
||||
(use-package tree-sitter
|
||||
:config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue