We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31f3bcf commit 664ba6aCopy full SHA for 664ba6a
CHANGELOG.org
@@ -1,4 +1,7 @@
1
* Release 0.200.x
2
+** 0.200.5 (2016/11/03)
3
+*** Fixes
4
+- Removed themes missing from MELPA (=colorsarenice-theme= and =stekene-theme=)
5
** 0.200.4 (2016/10/26)
6
*** Fixes
7
- Update go-guru package reflecting MELPA changes
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.4" "Spacemacs version.")
+(defconst spacemacs-version "0.200.5" "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