Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jiaxing Liu
spacemacs
Commits
c8c4ff3f
Commit
c8c4ff3f
authored
8 years ago
by
syl20bnr
Browse files
Options
Download
Email Patches
Plain Diff
Bump version to 0.105.18 and update change log
parent
a9a68fb0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
CHANGELOG.org
CHANGELOG.org
+5
-0
init.el
init.el
+1
-1
No files found.
CHANGELOG.org
View file @
c8c4ff3f
*
Release
0.105
.
x
**
0.105.18
(
2016
/
04
/
10
)
-
Revert
hotfix
for
=
Yasnippet
=,
the
bug
has
been
fixed
upstream
and
is
now
available
in
MELPA
(
thanks
to
TheBB
)
-
Remove
oboslete
package
=
evil
-
jumper
=
which
is
now
part
of
=
evil
=
(
thanks
to
justbur
)
**
0.105.17
(
2016
/
04
/
09
)
-
Hotfix
for
Yasnippet
,
using
stable
version
until
resolution
of
https
://
github
.
com
/
capitaomorte
/
yasnippet
/
issues
/
673
...
...
This diff is collapsed.
Click to expand it.
init.el
View file @
c8c4ff3f
...
...
@@ -13,7 +13,7 @@
;; (package-initialize)
(
setq
gc-cons-threshold
100000000
)
(
defconst
spacemacs-version
"0.105.1
7
"
"Spacemacs version."
)
(
defconst
spacemacs-version
"0.105.1
8
"
"Spacemacs version."
)
(
defconst
spacemacs-emacs-min-version
"24.3"
"Minimal version of Emacs."
)
(
if
(
not
(
version<=
spacemacs-emacs-min-version
emacs-version
))
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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