feat(jujutsu): add jjdescription package

This commit is contained in:
2025-11-19 11:32:13 +01:00
parent 0adfe045a8
commit 06a787d3c9

View File

@@ -1416,7 +1416,16 @@ Magit-style interface for Jujutsu.
#+end_src
Though, Ill be honest, I generally prefer to use Jujutsu in the
terminal, unlike git.
terminal, unlike git. Something I do use Emacs for, however, is
writing my commit messages.
#+begin_src emacs-lisp
(use-package jjdescription
:defer nil
:straight (:build t)
:commands jjdescription-mode
:init (add-to-list 'auto-mode-alist '("\\.jjdescription\\'" . jjdescription-mode)))
#+end_src
*** Magit
Magit is an awesome wrapper around Git for Emacs! Very often, I go