branch: master
commit e312e04bc813a642483f0be67a6073cb93a24552
Author: Matthew Carter <[email protected]>
Commit: Matthew Carter <[email protected]>
Manually add autoloads file to keep 'custom-theme-load-path in sync
---
ahungry-theme-autoloads.el | 18 ++++++++++++++++++
1 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/ahungry-theme-autoloads.el b/ahungry-theme-autoloads.el
new file mode 100644
index 0000000..36923e1
--- /dev/null
+++ b/ahungry-theme-autoloads.el
@@ -0,0 +1,18 @@
+;;; ahungry-theme-autoloads.el --- automatically extracted autoloads
+;;
+;;; Code:
+(add-to-list 'load-path (or (file-name-directory #$) (car load-path)))
+(when (boundp 'custom-theme-load-path)
+ (add-to-list 'custom-theme-load-path (or (file-name-directory #$) (car
load-path))))
+
+;;;### (autoloads nil nil ("ahungry-theme-pkg.el" "ahungry-theme.el"
+;;;;;; "color-theme-ahungry.el") (21716 20244 379937 516000))
+
+;;;***
+
+;; Local Variables:
+;; version-control: never
+;; no-byte-compile: t
+;; no-update-autoloads: t
+;; End:
+;;; ahungry-theme-autoloads.el ends here