From db266f3ecec8b746c3decd4319b13b732f35dd19 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Sun, 8 Sep 2024 18:03:32 +0200 Subject: [PATCH] ADD 'transient' dependant package for magit --- config_new.org | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/config_new.org b/config_new.org index ff8ee7a..d567839 100644 --- a/config_new.org +++ b/config_new.org @@ -275,6 +275,18 @@ Workaround to enable eglot in all programming modes: ** 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 (use-package magit :ensure t