fix(emacs): add keybind for calling justl
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
75736b4685
commit
87f5c30487
1 changed files with 2 additions and 1 deletions
|
@ -188,7 +188,8 @@
|
|||
(markdown-inline-code-face ((t (:inherit nano-salient)))))
|
||||
(use-package rjsx-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 go-mode :straight t)
|
||||
(use-package auctex :straight t)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue