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)))
|
||||
(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
|
||||
|
||||
Reference in New Issue
Block a user