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

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

[nongnu] elpa/monokai-theme f470c76 018/207: fix typo in autoload


From: ELPA Syncer
Subject: [nongnu] elpa/monokai-theme f470c76 018/207: fix typo in autoload
Date: Thu, 21 Oct 2021 18:07:23 -0400 (EDT)

branch: elpa/monokai-theme
commit f470c766829d668776ecc623928c2d474a567ac3
Author: Nathan Hessler <xmilestegx@gmail.com>
Commit: Nathan Hessler <xmilestegx@gmail.com>

    fix typo in autoload
    
    should be 'custom-theme-load-path not 'custom-theme-loadpflath
---
 monokai-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/monokai-theme.el b/monokai-theme.el
index f066897..3b87235 100644
--- a/monokai-theme.el
+++ b/monokai-theme.el
@@ -3634,7 +3634,7 @@ Takes and optional `FRAME' as reference."
                      ,monokai-fg ,monokai-emph)))))
 
 ;;;###autoload
-(when (and (boundp 'custom-theme-load-pflath) load-file-name)
+(when (and (boundp 'custom-theme-load-path) load-file-name)
   (add-to-list 'custom-theme-load-path
                (file-name-as-directory (file-name-directory load-file-name))))
 



reply via email to

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