Add option to load doom in vanilla sandbox

This adds the option to run elisp in an environment where doom core &
modules are loaded, but not your private modules or config.

Also updates the vanilla sandbox text template.
This commit is contained in:
Henrik Lissner 2018-08-12 02:41:20 +02:00
parent cd280e0fa9
commit c530866f0a
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 34 additions and 22 deletions

View file

@ -1,7 +1,6 @@
;; Welcome to the vanilla sanbox!
;; Welcome to the vanilla sandbox!
;;
;; This is a test bed for Emacs Lisp to be run in a blank instance of Emacs
;; (free of Doom's clutches). This is equivalent to using emacs -Q with
;; package.el initialized and nothing else (so you have access to installed
;; plugins).
;; 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).