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

Chizi123
2018-11-18 8f6f2705a38e2515b6c57fda12c5be29fb9a798f
commit | author | age
5cb5f7 1 ;;; nyan-mode-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 "nyan-mode" "nyan-mode.el" (0 0 0 0))
10 ;;; Generated autoloads from nyan-mode.el
11
12 (defvar nyan-mode nil "\
13 Non-nil if Nyan mode is enabled.
14 See the `nyan-mode' command
15 for a description of this minor mode.
16 Setting this variable directly does not take effect;
17 either customize it (see the info node `Easy Customization')
18 or call the function `nyan-mode'.")
19
20 (custom-autoload 'nyan-mode "nyan-mode" nil)
21
22 (autoload 'nyan-mode "nyan-mode" "\
23 Use NyanCat to show buffer size and position in mode-line.
24 You can customize this minor mode, see option `nyan-mode'.
25
26 Note: If you turn this mode on then you probably want to turn off
27 option `scroll-bar-mode'.
28
29 \(fn &optional ARG)" t nil)
30
31 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "nyan-mode" '("nyan-" "+nyan-")))
32
33 ;;;***
34
35 ;;;### (autoloads nil nil ("nyan-mode-pkg.el") (0 0 0 0))
36
37 ;;;***
38
39 ;; Local Variables:
40 ;; version-control: never
41 ;; no-byte-compile: t
42 ;; no-update-autoloads: t
43 ;; coding: utf-8
44 ;; End:
45 ;;; nyan-mode-autoloads.el ends here