Steven Allen
9176e93497
[dump] Fix several dumper issues
...
This commit contains the following original ones:
[dump] don't assume spacemacs start directory when dumping
[dump] dump to a temporary file and atomically rename it
[dump] cleanup after dumping
2020-02-18 20:41:43 +01:00
syl20bnr
b7266b38b5
[dump] Add functions to save and restore load-path
2019-07-26 23:00:47 -04:00
syl20bnr
32f6f07f95
[dump] Move more dump specific init code to dump-init.el
2019-07-26 22:51:58 -04:00
syl20bnr
0c39f63c66
[dump] Move some code to dump-init.el
2019-07-26 22:44:11 -04:00
syl20bnr
2580e43c66
Add support for dumping Spacemacs
...
Create dump with:
./emacs --batch -l ~/.emacs.d/dump-init.el \
-eval '(dump-emacs-portable "spacemacs.pdmp")'
Load dump with:
./emacs --dump-file=spacemacs.pdmp
User can require/load additional libraries in new dotfile function:
dotspacemacs/user-load
2018-05-20 03:57:54 -04:00