We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6127047 commit 9c7250aCopy full SHA for 9c7250a
CHANGELOG.org
@@ -1,4 +1,7 @@
1
* Release 0.105.x
2
+** 0.105.20 (2016/05/10)
3
+*** Fixes
4
+- Update Spaceline configuration for new version
5
** 0.105.19 (2016/04/20)
6
*** Fixes
7
- Fix =dired-x= autoload (thanks to darkfeline)
init.el
@@ -13,7 +13,7 @@
13
;; (package-initialize)
14
15
(setq gc-cons-threshold 100000000)
16
-(defconst spacemacs-version "0.105.19" "Spacemacs version.")
+(defconst spacemacs-version "0.105.20" "Spacemacs version.")
17
(defconst spacemacs-emacs-min-version "24.3" "Minimal version of Emacs.")
18
19
(if (not (version<= spacemacs-emacs-min-version emacs-version))
0 commit comments