Add just-mode
This commit is contained in:
parent
5391a79d60
commit
b6308d757e
3
init.el
3
init.el
|
@ -165,6 +165,9 @@
|
||||||
:init
|
:init
|
||||||
(setq markdown-fontify-code-blocks-natively t))
|
(setq markdown-fontify-code-blocks-natively t))
|
||||||
|
|
||||||
|
;; Justfile
|
||||||
|
(use-package just-mode)
|
||||||
|
|
||||||
;; String casing functions
|
;; String casing functions
|
||||||
(use-package string-inflection)
|
(use-package string-inflection)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue