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

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

[nongnu] elpa/dracula-theme 18846c4 180/187: Little change to test files


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 18846c4 180/187: Little change to test files
Date: Thu, 21 Oct 2021 18:05:19 -0400 (EDT)

branch: elpa/dracula-theme
commit 18846c490137127b0e0d2a45e361730a795ec97c
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>

    Little change to test files
---
 start_emacs_test.sh | 2 +-
 test-profile.el     | 7 +++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/start_emacs_test.sh b/start_emacs_test.sh
index 55e7cdd..37ed084 100755
--- a/start_emacs_test.sh
+++ b/start_emacs_test.sh
@@ -20,4 +20,4 @@ if [ -n "$COLOR" ]; then
 else
     echo "Run as a graphical window"
 fi
-$EMACS -Q --debug-init -l test-profile.el $ARGS
+$EMACS -Q --debug-init -L $(pwd) -l test-profile.el $ARGS
diff --git a/test-profile.el b/test-profile.el
index e405d6c..0718cb4 100644
--- a/test-profile.el
+++ b/test-profile.el
@@ -1,7 +1,10 @@
 (advice-add #'x-apply-session-resources :override #'ignore)
 (setq make-backup-files nil
       auto-save-default nil
-      visible-bell t)
+      visible-bell t
+      warning-minimum-level :debug
+      warning-minimum-log-level :debug)
+(toggle-debug-on-error)
 
-(load-file "dracula-theme.el")
+(load "dracula-theme")
 (load-theme 'dracula t)



reply via email to

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