ADD 'transient' dependant package for magit

This commit is contained in:
Laurens Miers 2024-09-08 18:03:32 +02:00
parent d184007b9b
commit db266f3ece

View file

@ -275,6 +275,18 @@ Workaround to enable eglot in all programming modes:
** Magit ** Magit
*** Transient
Magit depends on this and it seems it's not installed as a dependency, so install it explicitly.
#+BEGIN_SRC emacs-lisp
(use-package transient
:ensure t
)
#+END_SRC
*** Core
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(use-package magit (use-package magit
:ensure t :ensure t