2019-04-23 20:58:19 -04:00
|
|
|
;; Welcome to the sandbox!
|
2018-05-20 12:13:59 +02:00
|
|
|
;;
|
2019-04-23 20:58:19 -04:00
|
|
|
;; This is a test bed for running Emacs Lisp in another instance of Emacs that
|
|
|
|
;; has varying amounts of Doom loaded:
|
2019-03-09 04:51:31 -05:00
|
|
|
;;
|
2019-04-23 20:58:19 -04:00
|
|
|
;; - vanilla Emacs (nothing loaded) \[doom--run-vanilla-emacs]
|
|
|
|
;; - vanilla Doom (only Doom core) \[doom--run-vanilla-doom]
|
|
|
|
;; - Doom + modules - your private config \[doom--run-vanilla-doom+]
|
|
|
|
;; - Doom + modules + your private config \[doom--run-full-doom]
|
2019-03-09 04:51:31 -05:00
|
|
|
;;
|
|
|
|
;; This is done without sacrificing access to installed packages. Use the sandbox
|
|
|
|
;; to reproduce bugs and determine if Doom is to blame.
|