1

Enable upgrading of built-in packages

This commit is contained in:
Jessie Hildebrandt 2023-10-13 14:55:53 -04:00
parent 93674c8553
commit 197332ab98

View File

@ -152,6 +152,7 @@
(setq package-user-dir (locate-user-emacs-file "package/") (setq package-user-dir (locate-user-emacs-file "package/")
package-native-compile t package-native-compile t
package-check-signature nil package-check-signature nil
package-install-upgrade-built-in t
use-package-hook-name-suffix nil use-package-hook-name-suffix nil
use-package-always-demand (daemonp))) use-package-always-demand (daemonp)))