branch: elpa/monokai-theme
commit f470c766829d668776ecc623928c2d474a567ac3
Author: Nathan Hessler <[email protected]>
Commit: Nathan Hessler <[email protected]>
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))))