Do not capture the build-time value of $PATH in the 'emacs' executable since this can noticeably increase the size of the closure of Emacs with things like GCC being referenced. Index: emacs-next/lisp/loadup.el =================================================================== --- emacs-next.orig/lisp/loadup.el +++ emacs-next/lisp/loadup.el @@ -599,7 +599,8 @@ lost after dumping"))) ((equal dump-mode "dump") "emacs") ((equal dump-mode "bootstrap") "emacs") ((equal dump-mode "pbootstrap") "bootstrap-emacs.pdmp") - (t (error "Unrecognized dump mode %s" dump-mode))))) + (t (error "Unrecognized dump mode %s" dump-mode)))) + (exec-path nil)) (when (and (featurep 'native-compile) (equal dump-mode "pdump")) ;; Don't enable this before bootstrap is completed, as the b right'>
aboutsummaryrefslogtreecommitdiff
path: root/etc/snippets
AgeCommit message (Expand)Author
2023-04-19snippets: tempel: Simplify git-commit-mode detection....Nicolas Graves
2023-03-05etc: Default to variables in tempel's git-reference... et al....Liliana Marie Prikler
2023-02-19etc: Add a news entry snippet....Maxim Cournoyer
2022-12-27snippets: Remove unwanted git-commit-mode invocation....Andrew Tropin
2022-11-28snippets: yas: Add snippets for vc.el...Morgan Smith
2022-10-22snippets: Harden for review activity....Liliana Marie Prikler
2022-10-06snippets: Fix move....Liliana Marie Prikler
2022-10-06snippets: tempel: Reformat....Liliana Marie Prikler
2022-10-06snippets: tempel: Fix calls to mapconcat....Liliana Marie Prikler
2022-09-26etc: Add tempel snippet move....Nicolas Graves