branch: elpa/dracula-theme
commit 653b3df997bf8b85676cf3c20f289dd6eab5b299
Author: TotOrO <[email protected]>
Commit: GitHub <[email protected]>

    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