Files
doomemacs/modules/config/use-package/packages.el
Henrik Lissner ef33cb3b63 bump: :config use-package
jwiegley/use-package@a6e856418d -> emacs-straight/use-package@fc8449bb59

- use-package was removed from MELPA (melpa/melpa@f008216) and
  jwiegley/use-package is no longer "maintained" (i.e. it's now bundled
  with Emacs). Straight now defaults to fetching it from
  emacs-straight/use-package, where no commit by a6e856418d2e exists, so
  I bump it to one that does (as the emacs-straight is the most
  up-to-date mirror).

Ref: melpa/melpa@f008216272
2024-11-19 00:46:41 -05:00

5 lines
136 B
EmacsLisp

;; -*- no-byte-compile: t; -*-
;;; core/use-package/packages.el
(package! use-package :pin "fc8449bb593de8fce0a8bdd4ee2cb78219cf8c76")