diff --git a/init.el b/init.el index 09d118f..4fa22b9 100755 --- a/init.el +++ b/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