From b6308d757e59446d81ccf938239c767cafbfc255 Mon Sep 17 00:00:00 2001 From: outfoxxed Date: Sun, 13 Aug 2023 14:41:46 -0700 Subject: [PATCH] Add just-mode --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index f8997c0..a85b51d 100755 --- a/init.el +++ b/init.el @@ -165,6 +165,9 @@ :init (setq markdown-fontify-code-blocks-natively t)) +;; Justfile +(use-package just-mode) + ;; String casing functions (use-package string-inflection)