We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d180c7 commit c2774bcCopy full SHA for c2774bc
CHANGELOG.org
@@ -1,4 +1,7 @@
1
* Release 0.200.x
2
+** 0.200.7 (2017/01/02)
3
+*** Fixes
4
+- More robust fix for error helm :config: ‘fuzzy-match’ not supported in async sources
5
** 0.200.6 (2017/01/01)
6
*** Fixes
7
- Fix error helm :config: ‘fuzzy-match’ not supported in async sources
init.el
@@ -16,7 +16,7 @@
16
;; lower value in your dotfile (function `dotspacemacs/user-config')
17
(setq gc-cons-threshold 100000000)
18
19
-(defconst spacemacs-version "0.200.6" "Spacemacs version.")
+(defconst spacemacs-version "0.200.7" "Spacemacs version.")
20
(defconst spacemacs-emacs-min-version "24.4" "Minimal version of Emacs.")
21
22
(if (not (version<= spacemacs-emacs-min-version emacs-version))
0 commit comments