mirror of https://github.com/Chizi123/.emacs.d.git

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
commit | author | age
76bbd0 1 ;;; org-bullets-autoloads.el --- automatically extracted autoloads
C 2 ;;
3 ;;; Code:
4
5 (add-to-list 'load-path (directory-file-name
6                          (or (file-name-directory #$) (car load-path))))
7
8
9 ;;;### (autoloads nil "org-bullets" "org-bullets.el" (0 0 0 0))
10 ;;; Generated autoloads from org-bullets.el
11
12 (autoload 'org-bullets-mode "org-bullets" "\
13 Use UTF8 bullets in Org mode headings.
14
15 \(fn &optional ARG)" t nil)
16
17 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-bullets" '("org-bullets-")))
18
19 ;;;***
20
21 ;; Local Variables:
22 ;; version-control: never
23 ;; no-byte-compile: t
24 ;; no-update-autoloads: t
25 ;; coding: utf-8
26 ;; End:
27 ;;; org-bullets-autoloads.el ends here