Enable upgrading of built-in packages
This commit is contained in:
parent
93674c8553
commit
197332ab98
1
init.el
1
init.el
@ -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)))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user