From dd0317cd0ec2efe50e9e977458de1a9918ec0c3b Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 12 Jan 2026 11:59:18 -0500 Subject: [PATCH] [emacs] Add just-mode --- emacs/.config/doom/custom.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/emacs/.config/doom/custom.el b/emacs/.config/doom/custom.el index d50e794..e46fbda 100644 --- a/emacs/.config/doom/custom.el +++ b/emacs/.config/doom/custom.el @@ -5,7 +5,8 @@ ;; If there is more than one, they won't work right. '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'") '(package-selected-packages - '(agent-shell csv-mode direnv ef-themes helix-theme magit-todos nov vulpea w3m)) + '(agent-shell csv-mode direnv ef-themes helix-theme just-mode magit-todos nov + vulpea w3m)) '(safe-local-variable-values '((pytest-global-name . "docker-compose run --rm test --")))) (custom-set-faces ;; custom-set-faces was added by Custom.