From 45cab4da22baf12e07309adfd3fa6486778e52d8 Mon Sep 17 00:00:00 2001 From: Mon Aaraj Date: Thu, 15 Sep 2022 13:34:37 +0300 Subject: [PATCH] less fluff in getting started --- docs/reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference.md b/docs/reference.md index 88ebe58..d38a43a 100644 --- a/docs/reference.md +++ b/docs/reference.md @@ -12,7 +12,7 @@ Currently, `nix-straight.el` only extracts package names and uses [`emacs-overla # Getting Started -To get started, we suggest these methods. They are ordered from most suggested to least suggested. +Ordered from most suggested to least suggested. In all of these methods, you'll need your Doom Emacs configuration. It should contain the following three files: `config.el`, `init.el` and `packages.el`. If you don't already have an existing `doom-emacs` configuration, you can use the contents of `test/doom.d` as a template.