Add just-mode

This commit is contained in:
outfoxxed 2023-08-13 14:41:46 -07:00
parent 5391a79d60
commit b6308d757e
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

@ -165,6 +165,9 @@
:init
(setq markdown-fontify-code-blocks-natively t))
;; Justfile
(use-package just-mode)
;; String casing functions
(use-package string-inflection)