From 766dbc81db522487d088258c3a8e491a64b9d6f5 Mon Sep 17 00:00:00 2001 From: "David C. Bishop" Date: Tue, 2 Dec 2014 12:05:51 +1100 Subject: [PATCH] Update spacemacs.template file location. --- DOCUMENTATION.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DOCUMENTATION.md b/DOCUMENTATION.md index e14be817f..2e13e5817 100644 --- a/DOCUMENTATION.md +++ b/DOCUMENTATION.md @@ -370,10 +370,10 @@ User configuration can be stored in your `~/.spacemacs` file. ## Installation `~/.spacemacs` is an optional file. If you want to use it you have to copy it -manually from the template file `~/.emacs.d/.spacemacs.template` +manually from the template file `~/.emacs.d/core/templates/.spacemacs.template` ```sh -$ cp ~/.emacs.d/.spacemacs.template ~/.spacemacs +$ cp ~/.emacs.d/core/templates/.spacemacs.template ~/.spacemacs ``` ## Content