bump: :editor format

radian-software/apheleia@c222927f70 -> radian-software/apheleia@56651724ad

fbd00b6 changes aphelia-core to aphelia, but only in 1 out of 2 places
and this is not the correct name in the version pinned in doom.

Fix: #7568
Amend: fbd00b6a08
This commit is contained in:
Peter Hoeg 2023-11-29 17:27:06 +01:00 committed by GitHub
parent c2818bcfaa
commit 9a1022ef08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -74,7 +74,7 @@ Advanced examples:
\"elm-format --yes --stdin\")" \"elm-format --yes --stdin\")"
(declare (indent defun)) (declare (indent defun))
(cl-check-type name symbol) (cl-check-type name symbol)
(after! apheleia-core (after! apheleia
(if (null args) (if (null args)
(progn (progn
(setq apheleia-formatters (setq apheleia-formatters

View file

@ -1,4 +1,4 @@
;; -*- no-byte-compile: t; -*- ;; -*- no-byte-compile: t; -*-
;;; editor/format/packages.el ;;; editor/format/packages.el
(package! apheleia :pin "c222927f7086d407dad01b2609ff68768e9adddb") (package! apheleia :pin "56651724ad22f2769bbdaccf54cbe75c1cb35c91")