From 88641c3d068d942dae59b3d3966387bbd9396a0f Mon Sep 17 00:00:00 2001 From: Camden Dixie O'Brien Date: Fri, 1 Jan 2021 00:00:34 +0000 Subject: [PATCH] Add new subsection to package mgmt section --- config.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index f021a0e..88ffc86 100644 --- a/config.org +++ b/config.org @@ -12,7 +12,8 @@ '("melpa" . "https://melpa.org/packages/")) #+end_src - We then need to run [[help:package-initialize][package-initialize]] to load and activate +** Initialization + We now need to run [[help:package-initialize][package-initialize]] to load and activate packages. The documentation advises doing this early in configuration.