From 7e8989de3588345308e2802cd7387f6fe18c4f28 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Thu, 31 May 2018 23:20:27 -0400 Subject: [PATCH] Add emacs-27.0.50 as default value in dotfile template --- core/templates/.spacemacs.template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/templates/.spacemacs.template b/core/templates/.spacemacs.template index 2c16eb4e4..a6cc56d04 100644 --- a/core/templates/.spacemacs.template +++ b/core/templates/.spacemacs.template @@ -95,8 +95,8 @@ It should only modify the values of Spacemacs settings." ;; File path pointing to emacs 27.1 executable compiled with support ;; for the portable dumper (this is currently the branch pdumper). - ;; (default "emacs") - dotspacemacs-emacs-pdumper-executable-file "emacs" + ;; (default "emacs-27.0.50") + dotspacemacs-emacs-pdumper-executable-file "emacs-27.0.50" ;; Name of the Spacemacs dump file. This is the file will be created by the ;; portable dumper in the cache directory under dumps sub-directory.