Improve vanilla sandbox

Can now launch four different sessions:

1. Vanilla Emacs
2. Vanilla Doom (only Doom core)
3. Doom core + modules - private config
4. A full Doom session (load everything)
This commit is contained in:
Henrik Lissner 2019-03-09 04:51:31 -05:00
parent cec93933d0
commit 681d0f1a2a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 75 additions and 28 deletions

View file

@ -1,6 +1,12 @@
;; Welcome to the vanilla sandbox!
;;
;; This is a test bed for running Emacs Lisp in either a vanilla Emacs session
;; free of Doom's clutches (C-c C-c), or in a vanilla Doom session free of your
;; private config (C-c C-d).
;; This is a test bed for running Emacs Lisp in an instance of Emacs with varying
;; amounts of Doom loaded:
;;
;; a) vanilla Emacs (nothing loaded) \\[doom--run-vanilla-emacs]
;; b) vanilla Doom (only Doom core) \\[doom--run-vanilla-doom]
;; c) Doom + modules - your private config \\[doom--run-vanilla-doom+]
;; d) Doom (normal) \\[doom--run-full-doom]
;;
;; This is done without sacrificing access to installed packages. Use the sandbox
;; to reproduce bugs and determine if Doom is to blame.