From b0419479023e9850e3c1f90a122b2e13b98aace8 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 15 Oct 2020 10:09:47 -0700 Subject: Diminish gcmh-mode --- test/integration/oni-core.bats | 9 +++++++++ 1 file changed, 9 insertions(+) mode change 100644 => 100755 test/integration/oni-core.bats (limited to 'test/integration') diff --git a/test/integration/oni-core.bats b/test/integration/oni-core.bats old mode 100644 new mode 100755 index 7e52d86..adf6a4f --- a/test/integration/oni-core.bats +++ b/test/integration/oni-core.bats @@ -26,3 +26,12 @@ [[ "$output" == *"oni-core-move-end-of-dwim" ]] } + +@test "Starting Emacs diminishes gcmh-mode" { + run emacs -batch -l package -f package-initialize -l subr-x \ + -eval "(prin1 (string-empty-p (car (alist-get 'gcmh-mode minor-mode-alist))))" + + echo "$output" + + [[ "$output" == *"t" ]] +} -- cgit v1.2.3-54-g00ecf