branch: elpa/dracula-theme
commit 9f23772ca8027f0c1fe8b2a9d55ca88d42160813
Author: Étienne Deparis <[email protected]>
Commit: Étienne Deparis <[email protected]>
Little customization for the test-profile.el file
---
test-profile.el | 2 ++
1 file changed, 2 insertions(+)
diff --git a/test-profile.el b/test-profile.el
index a5822f9..4339ff6 100644
--- a/test-profile.el
+++ b/test-profile.el
@@ -1,4 +1,6 @@
(advice-add #'x-apply-session-resources :override #'ignore)
+(setq make-backup-files nil
+ visible-bell t)
(load-file "dracula-theme.el")
(load-theme 'dracula t)