[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/dracula-theme 4b5ab49bb6 1/2: Fix a docstring embedded cod
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/dracula-theme 4b5ab49bb6 1/2: Fix a docstring embedded code |
Date: |
Mon, 4 Sep 2023 06:59:12 -0400 (EDT) |
branch: elpa/dracula-theme
commit 4b5ab49bb684243f899d6f14815183bf6f71d6e6
Author: Étienne Deparis <etienne@depar.is>
Commit: Étienne Deparis <etienne@depar.is>
Fix a docstring embedded code
---
dracula-theme.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dracula-theme.el b/dracula-theme.el
index 982c3bd2c3..15e1d30f93 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -69,7 +69,7 @@ following lines in their config file after having load the
Dracula theme:
(unless (display-graphic-p)
- (set-face-background 'default \"black\" nil))
+ (set-face-background \\='default \"black\" nil))
There is a lot of discussion behind the 256 colors theme (see URL
`https://github.com/dracula/emacs/pull/57'). Please take time to