Fix use-package for straight.el

This commit is contained in:
Marcel Fries
2022-10-04 13:47:19 +02:00
parent 1c8c189075
commit 2d8ad1cfb6

View File

@@ -24,7 +24,12 @@ Packages provided by =straight.el= https://github.com/radian-software/straight.e
(eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage))
(straight-use-package 'use-package)
(setq straight-use-package-by-default t)
(package-initialize)
(straight-use-package 'bind-key)
#+end_src
* Theming
@@ -688,8 +693,7 @@ Treemacs makes navigating folders and files much easier. This is the default con
("M-9" . treemacs-select-window)))
(use-package treemacs-magit
:after treemacs magit
:ensure t)
:after treemacs magit)
#+END_SRC
* Misc Packages
** All The Icons