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

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

[nongnu] elpa/gruvbox-theme 9f4da20bb6 176/258: Fixed gruvbox-screenshot


From: ELPA Syncer
Subject: [nongnu] elpa/gruvbox-theme 9f4da20bb6 176/258: Fixed gruvbox-screenshot from taking bad screenshots
Date: Sat, 1 Jan 2022 01:59:43 -0500 (EST)

branch: elpa/gruvbox-theme
commit 9f4da20bb604f9cb4829b0bb5ef25f34a5583c02
Author: Martijn Terpstra <bigmartijn@gmail.com>
Commit: Jason Milkins <jasonm23@users.noreply.github.com>

    Fixed gruvbox-screenshot from taking bad screenshots
    
    Loading the theme just before taking a screenshot could cause
    all-white or all-black screenshots
---
 gruvbox.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gruvbox.el b/gruvbox.el
index 052a66c3d4..8744cd68b7 100644
--- a/gruvbox.el
+++ b/gruvbox.el
@@ -74,7 +74,6 @@ Should contain 2 %s constructs to allow for theme name and 
directory/prefix")
                    gruvbox-dark-hard))
     (load-theme theme t)
     (redisplay t)
-    (load-theme theme t)
     (shell-command (format gruvbox-screenshot-command
                            prefix theme))))
 



reply via email to

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