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))) (eval-print-last-sexp)))
(load bootstrap-file nil 'nomessage)) (load bootstrap-file nil 'nomessage))
(straight-use-package 'use-package)
(setq straight-use-package-by-default t)
(package-initialize) (package-initialize)
(straight-use-package 'bind-key)
#+end_src #+end_src
* Theming * Theming
@@ -688,8 +693,7 @@ Treemacs makes navigating folders and files much easier. This is the default con
("M-9" . treemacs-select-window))) ("M-9" . treemacs-select-window)))
(use-package treemacs-magit (use-package treemacs-magit
:after treemacs magit :after treemacs magit)
:ensure t)
#+END_SRC #+END_SRC
* Misc Packages * Misc Packages
** All The Icons ** All The Icons