From e312e04bc813a642483f0be67a6073cb93a24552 Mon Sep 17 00:00:00 2001 From: Matthew Carter Date: Fri, 6 Feb 2015 00:32:15 -0500 Subject: [PATCH] Manually add autoloads file to keep 'custom-theme-load-path in sync --- ahungry-theme-autoloads.el | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 ahungry-theme-autoloads.el diff --git a/ahungry-theme-autoloads.el b/ahungry-theme-autoloads.el new file mode 100644 index 000000000..36923e142 --- /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 -- 2.39.2