diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e804625..1247d4b 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)