mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Install core packages from melpa-stable
Use-package broke in a recent update, as with Doom, since it relies so heavily on it. To combat this issue arising again, use-package will be installed from melpa-stable from now on. Addresses #283
This commit is contained in:
@ -4,6 +4,7 @@
|
||||
;; core packages
|
||||
(package! s)
|
||||
(package! f)
|
||||
(package! async)
|
||||
|
||||
;; core-os.el
|
||||
;; In case this config is shared across multiple computers (like mine is), let's
|
||||
|
Reference in New Issue
Block a user