mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
module: add :config use-package
I intend to phase out the internal usage of use-package in Doom's core and modules. The macro is too complex and magical for our needs. That said, until we've fully removed it, this :config use-package is hardcoded to be enabled-by-default, until use-package has been refactored out of core and modules. It'd be wise not to add it to your doom! blocks yet.
This commit is contained in:
4
modules/config/use-package/packages.el
Normal file
4
modules/config/use-package/packages.el
Normal file
@ -0,0 +1,4 @@
|
||||
;; -*- no-byte-compile: t; -*-
|
||||
;;; core/use-package/packages.el
|
||||
|
||||
(package! use-package :pin "e2d173b1200865a9efd5c2066831a230497582c0")
|
Reference in New Issue
Block a user