1
0
Fork 0

fix(emacs): add keybind for calling justl

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-10-17 21:13:09 -04:00
parent 75736b4685
commit 87f5c30487
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -188,7 +188,8 @@
(markdown-inline-code-face ((t (:inherit nano-salient))))) (markdown-inline-code-face ((t (:inherit nano-salient)))))
(use-package rjsx-mode :straight t) (use-package rjsx-mode :straight t)
(use-package just-mode :straight t) (use-package just-mode :straight t)
(use-package justl :straight t) (use-package justl :straight t
:bind (("C-c j" . #'justl)))
(use-package scribble-mode :straight t) (use-package scribble-mode :straight t)
(use-package go-mode :straight t) (use-package go-mode :straight t)
(use-package auctex :straight t) (use-package auctex :straight t)