feat(jujutsu): add jjdescription package
This commit is contained in:
@@ -1416,7 +1416,16 @@ Magit-style interface for Jujutsu.
|
|||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Though, I’ll be honest, I generally prefer to use Jujutsu in the
|
Though, I’ll 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
|
||||||
Magit is an awesome wrapper around Git for Emacs! Very often, I go
|
Magit is an awesome wrapper around Git for Emacs! Very often, I go
|
||||||
|
|||||||
Reference in New Issue
Block a user