branch: elpa/monokai-theme
commit 2e987cf0e314f849dd4d9dadf73fbccf905f34d2
Merge: 28f6f09 f470c76
Author: Kelvin Smith <[email protected]>
Commit: Kelvin Smith <[email protected]>
Merge pull request #9 from nhessler/fix-autoload
fix typo in autoload
---
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))))