From 488a99b33217cc969f9e7a949c7159185d441757 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 19 Oct 2014 22:54:49 -0400 Subject: [PATCH] Add troubleshooting for new .spacemacs version --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 86eab34fc..335262106 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,11 @@ _('C-x b' means 'Ctrl + x then b' and 'RET' means 'return')_ Then you can copy/paste the error in a [Github issue][issues], thank you. +If you have an error related to a `dotspacemacs-xxx` variable or +`dotspacemacs/xxx` function, it is likely due to a new version of the +`~/.spacemacs` file, please check the commit messages and look at the +current `.spacemacs.template` file. + ## Configuration layers _This part of Spacemacs is still in beta, the structure can change over