[Emacs] Add just-mode

This commit is contained in:
Ivan Malison 2024-03-01 00:58:11 -07:00
parent 4700030548
commit ef7e685007

View File

@ -2958,6 +2958,10 @@ The following is taken from [[https://github.com/syl20bnr/spacemacs/blob/a650877
:mode (("\\.yaml\\'" . yaml-mode)
("\\.yml\\'" . yaml-mode)))
#+END_SRC
*** just-mode
#+begin_src emacs-lisp
(use-package just-mode)
#+end_src
*** es-mode
#+BEGIN_SRC emacs-lisp
(use-package es-mode