add justfile integration

Amolith created

Change summary

dot_config/doom/config.org.tmpl | 8 ++++++++
dot_config/doom/packages.el     | 2 ++
2 files changed, 10 insertions(+)

Detailed changes

dot_config/doom/config.org.tmpl 🔗

@@ -334,6 +334,14 @@ Use git flow in magit status buffers
 (add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
 #+END_SRC
 
+** Justfiles
+
+#+BEGIN_SRC emacs-lisp
+(use-package! justl
+  :config
+  (map! :n "e" 'justl-exec-recipe))
+#+END_SRC
+
 * Custom bindings
 Following established Doom conventions, bind ~SPC g p~ to
 ~magit-push-current-to-upstream~

dot_config/doom/packages.el 🔗

@@ -22,6 +22,8 @@
 (package! tree-sitter-langs)
 (package! writeroom-mode)
 (package! tidal)
+(package! just-mode)
+(package! justl)
 
 ;; To install a package directly from a remote git repo, you must specify a
 ;; `:recipe'. You'll find documentation on what `:recipe' accepts here: