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

Chizi123
2018-11-19 a4b9172aefa91861b587831e06f55b1e19f3f3be
commit | author | age
5cb5f7 1 ;;; volatile-highlights-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 "volatile-highlights" "volatile-highlights.el"
10 ;;;;;;  (0 0 0 0))
11 ;;; Generated autoloads from volatile-highlights.el
12
13 (defvar volatile-highlights-mode nil "\
14 Non-nil if Volatile-Highlights mode is enabled.
15 See the `volatile-highlights-mode' command
16 for a description of this minor mode.
17 Setting this variable directly does not take effect;
18 either customize it (see the info node `Easy Customization')
19 or call the function `volatile-highlights-mode'.")
20
21 (custom-autoload 'volatile-highlights-mode "volatile-highlights" nil)
22
23 (autoload 'volatile-highlights-mode "volatile-highlights" "\
24 Minor mode for visual feedback on some operations.
25
26 \(fn &optional ARG)" t nil)
27
28 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "volatile-highlights" '("vhl/" "Vhl/highlight-zero-width-ranges")))
29
30 ;;;***
31
32 ;; Local Variables:
33 ;; version-control: never
34 ;; no-byte-compile: t
35 ;; no-update-autoloads: t
36 ;; coding: utf-8
37 ;; End:
38 ;;; volatile-highlights-autoloads.el ends here