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
1 changed files with 3 additions and 0 deletions

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)