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
|
;;;; Emacs Server
|
||||||
(server-start)
|
(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
|
;;; Org-mode
|
||||||
(use-package org
|
(use-package org
|
||||||
:bind (("C-c o ," . my/org-clear-all)
|
:bind (("C-c o ," . my/org-clear-all)
|
||||||
|
|||||||
@@ -27,6 +27,7 @@
|
|||||||
roboto-mono
|
roboto-mono
|
||||||
aider-chat
|
aider-chat
|
||||||
sops
|
sops
|
||||||
|
just
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
Reference in New Issue
Block a user