Remove outdated commentary
This commit is contained in:
parent
f2d22a43f1
commit
cbb0aa69f1
@ -40,7 +40,7 @@ Use [[https://github.com/raxod502/straight.el][straight.el]] to manage packages:
|
||||
(load bootstrap-file nil 'nomessage))
|
||||
#+END_SRC
|
||||
|
||||
`use-package` is a macro that simplifies installing and loading packages. `use-package-always-ensure` makes sure that all packages will be installed before loading is attempted.
|
||||
`use-package` is a macro that simplifies installing and loading packages.
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(straight-use-package 'use-package)
|
||||
(setq straight-use-package-by-default t)
|
||||
|
Loading…
Reference in New Issue
Block a user