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

Chizi123
2018-11-18 76bbd07de7add0f9d13c6914f158d19630fe2f62
commit | author | age
76bbd0 1 ;;; golden-ratio-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 "golden-ratio" "golden-ratio.el" (0 0 0 0))
10 ;;; Generated autoloads from golden-ratio.el
11
12 (autoload 'golden-ratio "golden-ratio" "\
13 Resizes current window to the golden-ratio's size specs.
14
15 \(fn &optional ARG)" t nil)
16
17 (defvar golden-ratio-mode nil "\
18 Non-nil if Golden-Ratio mode is enabled.
19 See the `golden-ratio-mode' command
20 for a description of this minor mode.
21 Setting this variable directly does not take effect;
22 either customize it (see the info node `Easy Customization')
23 or call the function `golden-ratio-mode'.")
24
25 (custom-autoload 'golden-ratio-mode "golden-ratio" nil)
26
27 (autoload 'golden-ratio-mode "golden-ratio" "\
28 Enable automatic window resizing with golden ratio.
29
30 \(fn &optional ARG)" t nil)
31
32 (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "golden-ratio" '("golden-ratio-")))
33
34 ;;;***
35
36 ;; Local Variables:
37 ;; version-control: never
38 ;; no-byte-compile: t
39 ;; no-update-autoloads: t
40 ;; coding: utf-8
41 ;; End:
42 ;;; golden-ratio-autoloads.el ends here