Remove outdated commentary

This commit is contained in:
Jeremy Dormitzer 2019-12-27 11:29:59 -05:00
parent f2d22a43f1
commit cbb0aa69f1

View File

@ -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)