1
0
Fork 0

feat(emacs): add justl-recipes interactive command

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-25 02:03:11 -04:00
parent 9d60e3a706
commit cb004b66fe
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47
2 changed files with 17 additions and 1 deletions

View file

@ -189,7 +189,7 @@
(use-package rjsx-mode :straight t)
(use-package just-mode :straight t)
(use-package justl :straight t
:bind (("C-c j" . #'justl)))
:bind (("C-c j" . #'justl-recipes)))
(use-package scribble-mode :straight t)
(use-package go-mode :straight t)
(use-package auctex :straight t)