-
Notifications
You must be signed in to change notification settings - Fork 34
/
tao-theme-emacs-autoloads.el
41 lines (23 loc) · 1.18 KB
/
tao-theme-emacs-autoloads.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
;;; tao-theme-emacs-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*-
;; Generated by the `loaddefs-generate' function.
;; This file is part of GNU Emacs.
;;; Code:
(add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path)))
;;; Generated autoloads from tao-theme.el
(register-definition-prefixes "tao-theme" '("tao-"))
;;; Generated autoloads from tao-yang-theme.el
(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))))
(register-definition-prefixes "tao-yang-theme" '("tao-yang"))
;;; Generated autoloads from tao-yin-theme.el
(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))))
(register-definition-prefixes "tao-yin-theme" '("tao-yin"))
;;; End of scraped data
(provide 'tao-theme-emacs-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
;;; tao-theme-emacs-autoloads.el ends here