add a note about using pdumper with emacs-plus

This commit is contained in:
Boris Buliga 2018-05-29 07:53:11 +03:00 committed by Codruț Constantin Gușoi
parent f234df5f94
commit 0b84e7264e
1 changed files with 10 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* Table of contents :TOC_4_gh:noexport:
- [[#spacemacs-dumps-using-the-portable-dumper][Spacemacs dumps using the portable dumper]]
- [[#setup][Setup]]
- [[#emacs-plus-users][=emacs-plus= users]]
- [[#clone-emacs][Clone Emacs]]
- [[#simple-patch-of-emacs-source-code][Simple patch of Emacs source code]]
- [[#compile-emacs-from-source][Compile Emacs from source]]
@ -25,6 +26,15 @@ Windows.
** Setup
To test the portable dumper with Spacemacs, follow these steps:
*** =emacs-plus= users
In case you are using =d12frosted/emacs-plus= on macOS, you can skip manual
Emacs installation instructions and just use =--with-pdumper= option passed to
=brew=.
#+BEGIN_SRC shell
$ brew install emacs-plus --HEAD --with-pdumper
#+END_SRC
*** Clone Emacs
Clone Emacs from [[https://git.savannah.gnu.org/git/emacs.git]]: