From cbb0aa69f1d91674817fee6a01880604ee41d078 Mon Sep 17 00:00:00 2001 From: Jeremy Dormitzer Date: Fri, 27 Dec 2019 11:29:59 -0500 Subject: [PATCH] Remove outdated commentary --- emacs/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.org b/emacs/init.org index 52dede3..c970ee8 100755 --- a/emacs/init.org +++ b/emacs/init.org @@ -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)