From 7667ee4ba0165c8c6e8b3a156e8fb5e9933601b6 Mon Sep 17 00:00:00 2001 From: max thomas Date: Wed, 10 May 2017 18:00:00 -0500 Subject: [PATCH] Fix message about location of prelude-modules.el after install --- utils/installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/installer.sh b/utils/installer.sh index 392ebd9..15f6e7e 100755 --- a/utils/installer.sh +++ b/utils/installer.sh @@ -243,4 +243,4 @@ printf "$BBLUE | |_) | __/ _ \ | | | |/ _ |/ _ \ \n" printf "$BBLUE | __/| | | __/ | |_| | (_| | __/ \n" printf "$BBLUE |_| |_| \___|_|\__,_|\__,_|\___| \n\n" printf "$GREEN ... is now installed and ready to do thy bidding, Master $USER!$RESET\n" -printf "$GREEN Don't forget to adjust the modules you want to use in $PRELUDE_INSTALL_DIR/prelude-modules.el!$RESET\n" +printf "$GREEN Don't forget to adjust the modules you want to use in $PRELUDE_INSTALL_DIR/sample/prelude-modules.el!$RESET\n"