[core] Remove popup of the dump process buffer

This commit is contained in:
syl20bnr 2020-08-29 21:51:06 -04:00
parent b5f673e0a7
commit c3cf2275a7
1 changed files with 2 additions and 2 deletions

View File

@ -136,8 +136,8 @@ the end of the loading of the dump file."
(list dotspacemacs-emacs-pdumper-executable-file
"--batch"
"-l" (concat spacemacs-start-directory "dump-init.el")
"-eval" (concat "(dump-emacs-portable \"" dump-file-temp "\")"))))
(pop-to-buffer spacemacs-dump-buffer-name)))
"-eval" (concat "(dump-emacs-portable \"" dump-file-temp "\")")
)))))
(defun spacemacs/dump-eval-delayed-functions ()
"Evaluate delayed functions."