emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/org-superstar 369292856e 042/162: reduced minimal-setup


From: Stefan Kangas
Subject: [nongnu] elpa/org-superstar 369292856e 042/162: reduced minimal-setup
Date: Fri, 31 Dec 2021 19:35:23 -0500 (EST)

branch: elpa/org-superstar
commit 369292856eb8f66f863f4dc63c3ccc77ada6ca6f
Author: D. Williams <d.williams@posteo.net>
Commit: D. Williams <d.williams@posteo.net>

    reduced minimal-setup
---
 tests/minimal-setup.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/minimal-setup.el b/tests/minimal-setup.el
index 46c3987194..222cce186f 100644
--- a/tests/minimal-setup.el
+++ b/tests/minimal-setup.el
@@ -1,6 +1,6 @@
 ;;; A small init file setting you up for tests.
+(package-initialize)
+
 (add-hook 'org-mode-hook
           (lambda ()
             (org-superstar-mode 1)))
-
-(setq debug-on-error t)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]