branch: externals/engrave-faces
commit 531ea687e410e9acf0997c8dadb018de5088fd84
Author: TEC <[email protected]>
Commit: TEC <[email protected]>

    fix: don't set current-preset-style in get-theme
---
 engrave-faces.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/engrave-faces.el b/engrave-faces.el
index 03073bb2e8..7dc8d46de7 100644
--- a/engrave-faces.el
+++ b/engrave-faces.el
@@ -398,7 +398,7 @@ The theme t is treated as shorthand for the current theme."
   (when (eq theme t)
     (setq theme (car custom-enabled-themes)))
   (if-let ((theme-preset (alist-get theme engrave-faces-themes)))
-      (setq engrave-faces-current-preset-style theme-preset)
+      theme-preset
     (if (or (eq theme (car custom-enabled-themes))
             (memq theme (custom-available-themes)))
         (let ((spec

Reply via email to