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:
parent
cd280e0fa9
commit
c530866f0a
2 changed files with 34 additions and 22 deletions
|
@ -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).
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue