Fix use-package for straight.el
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user