From 6b173c5cc5c9fc27a30b8b6741054f91e12bda86 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sat, 6 Mar 2021 15:06:09 -0500 Subject: [PATCH] Remove mention of removed -p in 'doom help install' This option was removed some time ago. Setting the DOOMDIR envvar is the canonical way to do this now. Fixes #4643 --- core/cli/install.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/core/cli/install.el b/core/cli/install.el index ba34d10cb..07f766c57 100644 --- a/core/cli/install.el +++ b/core/cli/install.el @@ -18,10 +18,9 @@ This command does the following: This command is idempotent and safe to reuse. -The location of DOOMDIR can be changed with the -p option, or by setting the -DOOMDIR environment variable. e.g. +The location of DOOMDIR can be changed with the environment variable of the same +name. e.g. - doom -p ~/.config/doom install DOOMDIR=~/.config/doom doom install" (print! (green "Installing Doom Emacs!\n")) (let ((default-directory (doom-path "~")))