[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/helm 49d0773727 2/4: Merge pull request #2690 from Thaodan
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/helm 49d0773727 2/4: Merge pull request #2690 from Thaodan/helm_frame_alpha_type |
Date: |
Wed, 4 Dec 2024 01:00:03 -0500 (EST) |
branch: elpa/helm
commit 49d07737273cf65ee27ab85c2f5029226c8c0112
Merge: 02e1570c12 5e60b50c40
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: GitHub <noreply@github.com>
Merge pull request #2690 from Thaodan/helm_frame_alpha_type
helm-frame-alpha: Set default value to actual value used if nil
---
helm-core.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helm-core.el b/helm-core.el
index ad89b6cf8b..b06cdbc7aa 100644
--- a/helm-core.el
+++ b/helm-core.el
@@ -1080,7 +1080,7 @@ Fallback to default face foreground when nil"
:group 'helm
:type 'string)
-(defcustom helm-frame-alpha nil
+(defcustom helm-frame-alpha 100
"Alpha parameter for Helm frames, an integer.
Fallback to 100 when nil."
:group 'helm