Enable native compilation for packages

This commit is contained in:
David Morgan 2021-09-13 15:55:30 +01:00
parent 8aef5c1a44
commit 47c30f0097
1 changed files with 2 additions and 0 deletions

View File

@ -17,6 +17,8 @@
(unless package-archive-contents
(package-refresh-contents))
(setq package-native-compile t)
(unless (package-installed-p 'use-package)
(package-install 'use-package))
(require 'use-package)