branch: elpa/ample-theme
commit df4b60688c218d4569ab02fe52d2e77914ac3cbe
Author: jordonbiondo <[email protected]>
Commit: jordonbiondo <[email protected]>

    autoload theme function
---
 ample-theme.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ample-theme.el b/ample-theme.el
index 96b5d1c..5769fdc 100644
--- a/ample-theme.el
+++ b/ample-theme.el
@@ -220,7 +220,7 @@
   (add-to-list 'custom-theme-load-path
                (file-name-as-directory (file-name-directory load-file-name))))
 
-
+;;;###autoload
 (defun ample-theme() 
   "Apply the ample-theme."
   (interactive)

Reply via email to