Just support

This commit is contained in:
2025-06-21 21:49:48 -07:00
parent 5cc0d953c7
commit 60b8734695
3 changed files with 15 additions and 0 deletions

4
.justfile Normal file
View File

@@ -0,0 +1,4 @@
# Run home-manager switch to update Nix environment
nixup:
cd "{{justfile_directory()}}`/nix" && home-manager switch --flake ".#std"

View File

@@ -669,6 +669,16 @@
;;;; Emacs Server
(server-start)
;;;; Just
(use-package just-mode
:ensure t)
(use-package justl
:ensure t
:bind (("C-c j" . justl-exec-default-recipe)
("C-c J" . justl)))
;;; Org-mode
(use-package org
:bind (("C-c o ," . my/org-clear-all)

View File

@@ -27,6 +27,7 @@
roboto-mono
aider-chat
sops
just
];
imports = [