Commit graph

160 commits

Author SHA1 Message Date
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
syl20bnr 70db3767fc Bump version to 0.105.4 and update change log 2016-01-06 23:45:26 -05:00
syl20bnr 76d8ff8621 core: allow debug arguments without --debug-init
Add a new core file for processing command line arguments
2016-01-06 22:50:13 -05:00
syl20bnr 5ed551c652 Bump version to 0.105.3 and update change log 2016-01-06 01:16:30 -05:00
syl20bnr 11bfb9184f Bump version to 0.105.2 and update change log 2016-01-05 12:41:44 -05:00
syl20bnr 0f9743af73 Bump version to 0.105.1 and update change log 2016-01-05 02:01:58 -05:00
syl20bnr e7985e8c6b core: refactor init.el 2015-12-01 00:54:39 -05:00
Immortalin 1defaf7eb4 Added message to be displayed if emacs version is too old. This fixes #1481 2015-12-01 00:49:54 -05:00
syl20bnr 1061adbac9 New variable dotspacemacs-elpa-https
If non nil use HTTPS otherwise use HTTP.
Default is t.
2015-11-18 13:50:30 -05:00
justbur 7a288656b1 debug-init: Get more info from debug-init
1. Make sure debug-on-error stays on
2. Force verbose loading
3. Detect long requires and loads (with --timed-requires)
4. Start profiler (with --profile)
2015-10-07 15:51:40 -04:00
syl20bnr cd3fb97d3b Bump version to 0.105 2015-09-28 23:53:20 -04:00
syl20bnr d548104d6f Update change log and bump version to 0.104.1 2015-09-28 23:33:08 -04:00
syl20bnr ad7d310883 core: install dotfile before layer syncing 2015-09-13 21:59:36 -04:00
syl20bnr 071c92e131 Move gc-cons-threshold to init.el and increase it to 100MB
Resolves #3011
2015-09-13 21:59:13 -04:00
syl20bnr 77161bd591 core: restore default mode line in home buffer 2015-09-11 23:04:01 -04:00
syl20bnr e4662ac485 Remove user-emacs-directory manipulation in init.el
if we really need this we should use an environment variable
2015-08-10 23:58:08 -04:00
vkz bd432752bc Replace after-init-hook with emacs-startup-hook
This has a benefit of not assuming that the user .emacs.d/ is in the
user home directory. Should continue to work as expected when this is
the case, but you could also start a fresh Emacs session like
so (assumes OSX):
open -a Emacs.app -n --args -q -l /path/to/emacs.d/init.el
So you don't have to muddle with symlinking your ~/.emacs.d or replacing
it with another just to try Spacemacs (or any other config). Note, that
this won't work with `after-init-hook` which doesn't appear to run when
Emacs is run with -q flag. As a result the `dotspacemacs/config` in your
.spacemacs won't run.
2015-08-04 23:17:12 -04:00
syl20bnr 794904adb0 Bump current version to 0.104 2015-07-02 00:53:44 -04:00
justbur 78faa737bc Emacs25 requires (pacakge-initialize) to be in init.el
even if it's commented out
2015-06-22 23:24:15 -04:00
syl20bnr d6717ccdbe Bump version to 0.103 2015-06-02 21:36:45 -04:00
syl20bnr 5cbe4812ad Bump to version 0.102.1 2015-06-01 00:37:55 -04:00
syl20bnr 2bec380d68 Bump version to 0.102.0 2015-04-18 22:31:28 -04:00
syl20bnr 2bd3b2b75b Bump version to 0.101.1 2015-04-13 03:38:46 -04:00
syl20bnr b68099f410 Bump version to 0.101.0 2015-04-13 02:20:21 -04:00
syl20bnr ee2aa24bec Integrate dotfile wizard at startup 2015-03-30 23:17:29 -04:00
syl20bnr 8d9d174897 Bump version to 0.100.1 2015-03-18 01:14:35 -04:00
syl20bnr 0ef9f1ecbe Fast forward version to 0.100.0 2015-03-16 01:57:02 -04:00
syl20bnr b15d0bcbec Bump version to 0.65.2 2015-03-10 20:34:26 -04:00
syl20bnr ae6e9373fb Bump to version 0.65.1 2015-03-09 20:58:30 -04:00
syl20bnr c5c861bc2a Bump version to 0.65.0 2015-03-08 23:44:11 -04:00
syl20bnr e6007fbf3b Bump version to 0.64.2 2015-03-05 00:02:14 -05:00
syl20bnr 0e69d7f49d Bump version to 0.64.1 2015-03-03 04:01:31 -05:00
syl20bnr b3a1ca0482 Bump version to 0.64.0 2015-03-02 23:11:19 -05:00
syl20bnr 206b1a13ae Refactor init.el and rename core-spacemacs-mode.el to core-spacemacs.el 2015-03-01 22:12:09 -05:00
syl20bnr 8aeb6e24c0 Move dotfile layer and settings declaration in their own functions
layers declaration are now in `dotspacemacs/layers` function
settings are now part of the `dotspacemacs/init` function
2015-02-28 23:33:57 -05:00
TheGreenHabi 0a7ee5a444 Update init.el
Update version to 0.63.0
2015-02-24 18:39:07 -05:00
syl20bnr 058300b88f Bump version to 0.62.1 2015-02-19 07:09:13 -05:00
syl20bnr ba31a76706 Bump version to 0.62.0 2015-02-17 23:27:50 -05:00
Nate Wolfe d07a3c46ed Fix typo "orhpan" -> "orphan" in "dostpacemacs-delete-orphan-packages" 2015-02-17 22:19:57 -05:00
syl20bnr 4168b9f217 Refactor the initialization of spacemacs
Users can now specify their own evil settings in
`dotspacemacs/init`
2015-02-15 20:14:36 -05:00
syl20bnr fe0f2e5f51 Bump version to 0.61.1 2015-02-15 12:27:29 -05:00
syl20bnr 6a4c533b44 Add variable dotspacemacs-delete-orphan-packages 2015-02-14 22:03:30 -05:00
syl20bnr 9ebc00ea6f Bump version to 0.61.0 2015-02-12 22:12:07 -05:00
syl20bnr d6a9b65061 Rename function to configuration-layers/declare-layers 2015-02-12 22:11:27 -05:00
syl20bnr 16c947b0bc Rename spacemacs-min-version to spacemacs-emacs-min-version 2015-02-12 22:10:10 -05:00