branch: elpa/dracula-theme
commit 2bf9ec356f54e1ebeb32c7fffc69fc46f829c0de
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Avoid auto-save-default folder creation in test profile
---
test-profile.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/test-profile.el b/test-profile.el
index 4339ff6..e405d6c 100644
--- a/test-profile.el
+++ b/test-profile.el
@@ -1,5 +1,6 @@
(advice-add #'x-apply-session-resources :override #'ignore)
(setq make-backup-files nil
+ auto-save-default nil
visible-bell t)
(load-file "dracula-theme.el")