Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
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
c2774bc0
Commit
c2774bc0
authored
8 years ago
by
syl20bnr
Browse files
Options
Download
Email Patches
Plain Diff
Bump version to 0.200.7 and update CHANGELOG.org
parent
9d180c72
release-0.200
JAremko-patch-1
master
v0.200.13
v0.200.12
v0.200.11
v0.200.10
v0.200.9
v0.200.8
v0.200.7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
CHANGELOG.org
CHANGELOG.org
+3
-0
init.el
init.el
+1
-1
No files found.
CHANGELOG.org
View file @
c2774bc0
*
Release
0.200
.
x
**
0.200.7
(
2017
/
01
/
02
)
***
Fixes
-
More
robust
fix
for
error
helm
:
config
:
‘
fuzzy
-
match
’
not
supported
in
async
sources
**
0.200.6
(
2017
/
01
/
01
)
***
Fixes
-
Fix
error
helm
:
config
:
‘
fuzzy
-
match
’
not
supported
in
async
sources
...
...
This diff is collapsed.
Click to expand it.
init.el
View file @
c2774bc0
...
...
@@ -16,7 +16,7 @@
;; lower value in your dotfile (function `dotspacemacs/user-config')
(
setq
gc-cons-threshold
100000000
)
(
defconst
spacemacs-version
"0.200.
6
"
"Spacemacs version."
)
(
defconst
spacemacs-version
"0.200.
7
"
"Spacemacs version."
)
(
defconst
spacemacs-emacs-min-version
"24.4"
"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
Menu
Projects
Groups
Snippets
Help