diff --git a/README.org b/README.org index fa34c0e..42a385b 100644 --- a/README.org +++ b/README.org @@ -935,4 +935,5 @@ Doom's packages are pinned to a specific commit and updated from release to rele (package! systemd) (package! pkgbuild-mode) (package! lua-mode) +(package! just-mode) #+END_SRC diff --git a/packages.el b/packages.el index 355d2cd..58e564c 100644 --- a/packages.el +++ b/packages.el @@ -9,3 +9,4 @@ (package! systemd) (package! pkgbuild-mode) (package! lua-mode) +(package! just-mode)