Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
KMSCAKKSCFKA AKFACAMADCAS
spacemacs
Commits
0283f647
Commit
0283f647
authored
Jun 08, 2016
by
syl20bnr
Browse files
Release note for 0.105.21 and bump version
parent
d5cca06e
Changes
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.org
View file @
0283f647
*
Release
0.105
.
x
**
0.105.21
(
2016
/
06
/
08
)
***
Fixes
-
Fix
hybrid
state
when
escaping
to
normal
state
-
Fix
installation
instructions
on
OS
X
(
thanks
to
d12frosted
)
-
Fix
broken
=
vinegar
=
key
bindings
-
Fix
=
tmux
=
layer
(
thanks
to
aaronjensen
)
-
Fix
=
scala
=
layer
-
Use
=
scala
-
mode
=
instead
of
=
scala
-
mode2
=
(
thanks
to
j
-
martin
)
-
Fix
=
sbt
=
command
to
generate
=
ensime
=
configuration
(
thanks
to
d1egoaz
)
**
0.105.20
(
2016
/
05
/
10
)
***
Fixes
-
Update
Spaceline
configuration
for
new
version
...
...
init.el
View file @
0283f647
...
...
@@ -13,7 +13,8 @@
;; (package-initialize)
(
setq
gc-cons-threshold
100000000
)
(
defconst
spacemacs-version
"0.105.20"
"Spacemacs version."
)
(
defconst
spacemacs-version
"0.105.21"
"Spacemacs version."
)
(
defconst
spacemacs-emacs-min-version
"24.3"
"Minimal version of Emacs."
)
(
if
(
not
(
version<=
spacemacs-emacs-min-version
emacs-version
))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment