syl20bnr
cc0d8cafb2
core: rename configuration-layer/sync to configuration-layer/load
...
Replace the optional argument `no-install` by a global variable named
`spacemacs-sync-packages`.
Rename the hooks to reflect the renaming of the function.
Rename the flag `--no-sync` to the more explicit `--no-package-sync`
2017-07-01 10:54:37 -04:00
ZarsBranchkin
1e340f62f3
add --skip-sync startup flag
...
This adds a new startup flag `--skip-sync`. It will force spacemacs to skip
package synchonization. This can be useful in cases when you're working under
poor or restrictive network.
Thanks, @zaript, for this idea!
2017-07-01 09:54:21 -04:00
syl20bnr
2d8d3046c6
Bump version to 0.200.9 and add release note
2017-04-06 23:10:42 -04:00
syl20bnr
a9edb124e8
Bump version to 0.200.8 and update changelog
2017-04-02 01:24:59 -04:00
deb0ch
518f33aadf
throw a real error if emacs version is too old
...
Many people (including me) were confused when trying to install Spacemacs on an
outdated Emacs. A message was issued, but honestly nobody thinks of going to see
the *Messages* buffer when a perfeclty normal vanilla Emacs starts up,
especially not beginners.
This way, an error is visible and users can take corrective actions.
2017-03-04 10:06:16 +02:00
syl20bnr
fb27ede558
Bump year in copyright headers
...
Happy New Year 2017!
2017-01-05 23:08:17 -05:00
syl20bnr
e85f03080b
Bump version to 0.200.7 and update CHANGELOG.org
2017-01-02 11:14:36 -05:00
syl20bnr
fd2bcf0830
Bump version to 0.200.6 and update CHANGELOG.org
2017-01-02 01:41:35 -05:00
syl20bnr
2c4cd4dd42
core: Revert dotfile installation time and fix editing style bug
...
Force a call to dotspacemacs/init after dotfile installtion.
Move call to (spacemacs/maybe-install-dotfile) to spacemacs/init.
2016-11-07 10:40:39 -05:00
Eivind Fonn
24c3859d1e
Install dotfile earlier
2016-11-07 10:07:28 -05:00
deb0ch
67c5b2cb01
home-buffer: adapt home buffer notes toggling to responsiveness
2016-11-07 09:14:13 -05:00
Eivind Fonn
3785a1c7b5
Update changelog and bump version to 0.200.5
2016-11-03 15:24:06 +01:00
Eivind Fonn
cdcf707027
Bump version to 0.200.4
2016-10-26 10:56:57 +02:00
syl20bnr
3aaff153bc
Update change logs and bump version to 0.200.3
2016-10-18 22:52:54 -04:00
syl20bnr
c90741f983
core: update comments in init.el for gc-cons-threshold
...
Tell user about possible required modification of the value in their
user-config function.
2016-10-16 23:06:21 -04:00
Eivind Fonn
adfeb68e86
Update changelog and bump version to 0.200.2
2016-10-14 10:34:55 +02:00
syl20bnr
c6e673ed84
Update change log and bump version to 0.200.1
2016-10-10 01:21:35 -04:00
syl20bnr
c788da709b
Bump version to 0.200
2016-10-03 00:42:38 -04:00
Eivind Fonn
5001e2167a
Bump version to 0.105.22 and update change log
2016-08-19 18:03:50 +02:00
leon
a2448be4f1
Fix spacemacs-start-directory variable definition
...
Should use defvar so that user can override the default value.
2016-06-23 22:36:03 -04:00
syl20bnr
cbb61070fd
Replace some emacs-user-directory vars and update documentation
2016-06-23 00:25:04 -04:00
Exaos-memes
904f7ea665
Define new variable: spacemacs-start-directory.
...
With this new variable, user can load spacemacs anywhere, e.g.
"~/.emacs.d/spacemacs/". Only user's cache directory is still hard-coded
as "~/.emacs.d/.cache/". If user want to use spacemacs this way, drop
one line as the below in "~/.emacs.d/init.el":
(setq spacemacs-start-directory "~/.emacs.d/spacemacs/")
(load-file (concat spacemacs-start-directory "init.el"))
2016-06-23 00:19:34 -04:00
Eivind Fonn
92b48eadea
💣 Drop support for Emacs 24.3
...
Spacemacs now needs at least 24.4 to launch.
2016-06-20 22:05:56 -04:00
syl20bnr
117dcba0ed
Revert "Drop support for Emacs 24.3"
...
This reverts commit 31bab70397
making
a new commit to put TheBB as the author.
2016-06-20 22:05:12 -04:00
syl20bnr
31bab70397
💣 Drop support for Emacs 24.3
...
Spacemacs now needs at least 24.4 to launch.
2016-06-20 21:55:36 -04:00
syl20bnr
022ce991de
Release note for 0.105.21 and bump version
2016-06-08 23:19:43 -04:00
Yasuharu Iida
59d30f2990
Update init.el
2016-05-11 20:47:22 -04:00
Eivind Fonn
c2fc02e900
Bump version to 0.105.20 and update change log
2016-05-10 14:40:21 +02:00
syl20bnr
a462f65af5
init: revert GC threshold to 100MB
2016-05-01 11:00:09 -04:00
syl20bnr
368c1bef9a
init: move restore of GC threshold to the end of init
2016-04-29 22:27:30 -04:00
Nicolas Bertrand
d87491c602
Reduce gc-cons-threshold after init
2016-04-29 19:57:42 -04:00
syl20bnr
78be544e2c
Bump version to 0.105.19 and update change log
2016-04-20 23:46:16 -04:00
syl20bnr
04ef674530
Bump version to 0.105.18 and update change log
2016-04-11 00:07:17 -04:00
syl20bnr
5c7e0b6cc8
Bump version to 0.105.17 and update change log
2016-04-09 10:17:47 -04:00
syl20bnr
d99423f218
init.el: minor typo
2016-04-07 22:52:20 -04:00
syl20bnr
09ff77fbd4
Make it possible to use spacemacs-bootstrap layer as a distribution
2016-04-06 13:12:13 -04:00
syl20bnr
50515a826a
core: new function spacemacs-buffer/display-info-box
...
Extract and rewrite the code to display the startup info box.
2016-04-03 02:51:44 -04:00
syl20bnr
7352d46b48
Bump version to 0.105.16 and update change log
2016-04-01 09:23:54 -04:00
syl20bnr
e955748757
Bump version to 0.105.15 and update change log
2016-04-01 01:05:09 -04:00
syl20bnr
1831d4c86c
Bump version to 0.105.14 and update change log
2016-03-09 20:55:29 -05:00
syl20bnr
895455d44c
Bump version to 0.105.13 and update change log
2016-03-06 23:07:51 -05:00
syl20bnr
6d96495816
Bump version to 0.105.12 and update change log
2016-03-03 00:39:50 -05:00
syl20bnr
6516f44244
Bump version to 0.105.11 and update change log
2016-02-19 23:36:10 -05:00
syl20bnr
ec0eb071ad
Bump version to 0.105.10 and update change log
2016-02-18 23:21:15 -05:00
syl20bnr
898f38f89b
Bump version to 0.105.9 and update change log
2016-01-18 01:06:09 -05:00
syl20bnr
046d86800c
Clean copyrights and update for year 2016
2016-01-11 21:42:17 -05:00
syl20bnr
ce2811e5b6
Bump version to 0.105.8 and update change log
2016-01-11 11:02:04 -05:00
syl20bnr
7e6c4e9918
Bump version to 0.105.7 and update change log
2016-01-11 01:49:55 -05:00
syl20bnr
ba9d2cc0cd
Bump version to 0.105.6 and update change log
2016-01-09 13:23:49 -05:00
syl20bnr
6bf9bed701
Bump version to 0.105.5 and update change log
2016-01-08 23:20:27 -05:00