Just support
This commit is contained in:
4
.justfile
Normal file
4
.justfile
Normal file
@@ -0,0 +1,4 @@
|
||||
|
||||
# Run home-manager switch to update Nix environment
|
||||
nixup:
|
||||
cd "{{justfile_directory()}}`/nix" && home-manager switch --flake ".#std"
|
||||
@@ -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)
|
||||
|
||||
@@ -27,6 +27,7 @@
|
||||
roboto-mono
|
||||
aider-chat
|
||||
sops
|
||||
just
|
||||
];
|
||||
|
||||
imports = [
|
||||
|
||||
Reference in New Issue
Block a user