]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge commit '3843afc1e499123bea752c925a4c0d0b7167b8a7'
authorMatthew Carter <m@ahungry.com>
Fri, 6 Feb 2015 14:46:11 +0000 (09:46 -0500)
committerMatthew Carter <m@ahungry.com>
Fri, 6 Feb 2015 14:46:11 +0000 (09:46 -0500)
1  2 
packages/ahungry-theme/ahungry-theme.el

index 5ed8ffe50a09cc07b3e4cf236f6201d3e81a0f60,a5457e2e637541a0137fab9f6fee5553f76cf75a..a5457e2e637541a0137fab9f6fee5553f76cf75a
@@@ -5,7 -5,7 +5,7 @@@
  ;; Author: Matthew Carter <m@ahungry.com>
  ;; Maintainer: Matthew Carter <m@ahungry.com>
  ;; URL: https://github.com/ahungry/color-theme-ahungry
- ;; Version: 1.0.4
+ ;; Version: 1.0.5
  ;; Keywords: ahungry palette color theme emacs color-theme deftheme
  ;; Package-Requires: ((emacs "24"))
  
@@@ -36,6 -36,9 +36,9 @@@
  
  ;;; News:
  
+ ;;;; Changes since 1.0.4:
+ ;; - Don't circumvent normal autoloads functionality, use the comment load method
  ;;;; Changes since 1.0.3:
  ;; - Manually include an autoloads file to make sure
  ;;   custom-theme-load-path is filled out
     '(red "#ffffff"))
    )
  
+ ;;;###autoload
+ (when (and load-file-name (boundp 'custom-theme-load-path))
+  (add-to-list
+       'custom-theme-load-path
+       (file-name-as-directory (file-name-directory load-file-name))))
  (provide-theme 'ahungry)
  
  ;;; ahungry-theme.el ends here