~ruther/guix-local

45bbc59863b7a7e395db3322620696003a06f10a — Nicolas Goaziou 5 months ago 4487af0
gnu: emacs-magit: Improve style.

* gnu/packages/emacs-xyz.scm (emacs-magit)[propagated-inputs]: Reorder alphabetically.

Change-Id: If2923893780e587e14cc135c728f9f0d5606a996
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +1 -1
@@ 2319,7 2319,7 @@ before interacting with non-free LLMs.")
    (propagated-inputs
     ;; Note: the 'git-commit' and 'magit-section' dependencies are part of
     ;; magit itself.
     (list emacs-compat emacs-transient emacs-with-editor emacs-llama))
     (list emacs-compat emacs-llama emacs-transient emacs-with-editor))
    (home-page "https://magit.vc/")
    (synopsis "Emacs interface for the Git version control system")
    (description