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

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

[nongnu] elpa/dracula-theme 653b3df 064/187: cl-lib is required


From: ELPA Syncer
Subject: [nongnu] elpa/dracula-theme 653b3df 064/187: cl-lib is required
Date: Thu, 21 Oct 2021 18:04:56 -0400 (EDT)

branch: elpa/dracula-theme
commit 653b3df997bf8b85676cf3c20f289dd6eab5b299
Author: TotOrO <nikhilka585@gmail.com>
Commit: GitHub <noreply@github.com>

    cl-lib is required
    
    For Error "Symbol's function definition is void: cl-flet*"
---
 dracula-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dracula-theme.el b/dracula-theme.el
index 2e2a99a..6fb283e 100644
--- a/dracula-theme.el
+++ b/dracula-theme.el
@@ -14,7 +14,7 @@
 ;; A dark color theme available for a number of editors.
 
 ;;; Code:
-
+(require 'cl-lib)
 (deftheme dracula)
 
 (let ((colors '((fg1          "#f8f8f2")      ; Assigment form: VARIABLE COLOR 
[TTY-COLOR]



reply via email to

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