2018-08-12 02:41:20 +02:00
|
|
|
;; Welcome to the vanilla sandbox!
|
2018-05-20 12:13:59 +02:00
|
|
|
;;
|
2019-03-09 04:51:31 -05:00
|
|
|
;; 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.
|