mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Prevent errors when starting tests
This commit is contained in:
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
(eval-and-compile
|
(eval-and-compile
|
||||||
(setq doom-interactive-mode 'test)
|
(setq doom-interactive-mode 'test)
|
||||||
(doom-initialize 'force)
|
(doom-initialize 'force 'noerror)
|
||||||
(require 'buttercup)
|
(require 'buttercup)
|
||||||
(setq split-width-threshold 0
|
(setq split-width-threshold 0
|
||||||
split-height-threshold 0
|
split-height-threshold 0
|
||||||
|
Reference in New Issue
Block a user