summary refs log tree commit diff stats
path: root/early-init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-10-22 22:06:38 -0500
committerCase Duckworth2020-10-22 22:06:38 -0500
commitf37159e974e96747d4530e7be5a91f40b874dd72 (patch)
tree52adab2a9d33f6e83df34d7896db9b052a037b8d /early-init.el
parentAdd theme and set fonts (diff)
downloademacs-f37159e974e96747d4530e7be5a91f40b874dd72.tar.gz
emacs-f37159e974e96747d4530e7be5a91f40b874dd72.zip
Change order
Diffstat (limited to 'early-init.el')
-rw-r--r--early-init.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/early-init.el b/early-init.el index 5e9d585..5e62175 100644 --- a/early-init.el +++ b/early-init.el
@@ -18,6 +18,5 @@
18 (load bootstrap-file nil 'nomessage)) 18 (load bootstrap-file nil 'nomessage))
19 19
20;;; Bootstrap `use-package' 20;;; Bootstrap `use-package'
21(straight-use-package 'use-package)
22
23(setq straight-use-package-by-default t) 21(setq straight-use-package-by-default t)
22(straight-use-package 'use-package)