From 2f710b4aeaa3067a8d24e4fe83557b1f275e39aa Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Sun, 19 Apr 2015 12:48:00 -0400 Subject: [PATCH] Fix release note --- core/release-notes/0.102.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/release-notes/0.102.txt b/core/release-notes/0.102.txt index 770ba5698..d4910e3fc 100644 --- a/core/release-notes/0.102.txt +++ b/core/release-notes/0.102.txt @@ -5,7 +5,7 @@ R`. This key binding **replaces** the old `C-c C-c` and `SPC m c c` only available in the dotfile. **Important** You should replace your `(defvar -packages ...)`, -`(setq -pre-extensions ...)`, `(setq -post-extensions ...)` +`(defvar -pre-extensions ...)`, `(defvar -post-extensions ...)` and `(defvar -excluded-packages ...)` by `(setq ...)`. This will allow to install newly added packages to a layer without restarting spacemacs by pressing `SPC f e R`. Be sure to remove the docstring when replacing the