improve autoloads
This commit is contained in:
64
lisp/focus/focus-autoloads.el
Normal file
64
lisp/focus/focus-autoloads.el
Normal file
@@ -0,0 +1,64 @@
|
||||
;;; focus-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 (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from focus.el
|
||||
|
||||
(autoload 'focus-mode "focus" "\
|
||||
Dim the font color of text in surrounding sections.
|
||||
|
||||
This is a minor mode. If called interactively, toggle the `Focus mode'
|
||||
mode. If the prefix argument is positive, enable the mode, and if it is
|
||||
zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||||
if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate the variable `focus-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(autoload 'focus-read-only-mode "focus" "\
|
||||
A read-only mode optimized for `focus-mode'.
|
||||
|
||||
This is a minor mode. If called interactively, toggle the
|
||||
`Focus-Read-Only mode' mode. If the prefix argument is positive, enable
|
||||
the mode, and if it is zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||||
if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate the variable `focus-read-only-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "focus" '("focus-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'focus-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; focus-autoloads.el ends here
|
||||
71
lisp/indent-guide/indent-guide-autoloads.el
Normal file
71
lisp/indent-guide/indent-guide-autoloads.el
Normal file
@@ -0,0 +1,71 @@
|
||||
;;; indent-guide-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 (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from indent-guide.el
|
||||
|
||||
(autoload 'indent-guide-mode "indent-guide" "\
|
||||
show vertical lines to guide indentation
|
||||
|
||||
This is a minor mode. If called interactively, toggle the `Indent-Guide
|
||||
mode' mode. If the prefix argument is positive, enable the mode, and if
|
||||
it is zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||||
if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate the variable `indent-guide-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(put 'indent-guide-global-mode 'globalized-minor-mode t)
|
||||
(defvar indent-guide-global-mode nil "\
|
||||
Non-nil if Indent-Guide-Global mode is enabled.
|
||||
See the `indent-guide-global-mode' command
|
||||
for a description of this minor mode.
|
||||
Setting this variable directly does not take effect;
|
||||
either customize it (see the info node `Easy Customization')
|
||||
or call the function `indent-guide-global-mode'.")
|
||||
(custom-autoload 'indent-guide-global-mode "indent-guide" nil)
|
||||
(autoload 'indent-guide-global-mode "indent-guide" "\
|
||||
Toggle Indent-Guide mode in all buffers.
|
||||
With prefix ARG, enable Indent-Guide-Global mode if ARG is positive;
|
||||
otherwise, disable it.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'.
|
||||
Enable the mode if ARG is nil, omitted, or is a positive number.
|
||||
Disable the mode if ARG is a negative number.
|
||||
|
||||
Indent-Guide mode is enabled in all buffers where `(lambda nil (unless
|
||||
(cl-some 'derived-mode-p indent-guide-inhibit-modes)
|
||||
(indent-guide-mode 1)))' would do it.
|
||||
|
||||
See `indent-guide-mode' for more information on Indent-Guide mode.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "indent-guide" '("indent-guide-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'indent-guide-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; indent-guide-autoloads.el ends here
|
||||
46
lisp/iscroll/iscroll-autoloads.el
Normal file
46
lisp/iscroll/iscroll-autoloads.el
Normal file
@@ -0,0 +1,46 @@
|
||||
;;; iscroll-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 (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from iscroll.el
|
||||
|
||||
(autoload 'iscroll-mode "iscroll" "\
|
||||
Smooth scrolling over images.
|
||||
|
||||
This is a minor mode. If called interactively, toggle the `IScroll
|
||||
mode' mode. If the prefix argument is positive, enable the mode, and if
|
||||
it is zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||||
if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate the variable `iscroll-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "iscroll" '("iscroll-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'iscroll-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; iscroll-autoloads.el ends here
|
||||
51
lisp/olivetti/olivetti-autoloads.el
Normal file
51
lisp/olivetti/olivetti-autoloads.el
Normal file
@@ -0,0 +1,51 @@
|
||||
;;; olivetti-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 (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from olivetti.el
|
||||
|
||||
(autoload 'olivetti-mode "olivetti" "\
|
||||
Olivetti provides a nice writing environment.
|
||||
|
||||
Window margins are set to relative widths to accomodate a text
|
||||
body width set with `olivetti-body-width'.
|
||||
|
||||
This is a minor mode. If called interactively, toggle the `Olivetti
|
||||
mode' mode. If the prefix argument is positive, enable the mode, and if
|
||||
it is zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||||
if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate the variable `olivetti-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
\\{olivetti-mode-map}
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "olivetti" '("olivetti-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'olivetti-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; olivetti-autoloads.el ends here
|
||||
48
lisp/rainbow-mode/rainbow-mode-autoloads.el
Normal file
48
lisp/rainbow-mode/rainbow-mode-autoloads.el
Normal file
@@ -0,0 +1,48 @@
|
||||
;;; rainbow-mode-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 (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from rainbow-mode.el
|
||||
|
||||
(autoload 'rainbow-mode "rainbow-mode" "\
|
||||
Colorize strings that represent colors.
|
||||
|
||||
This will fontify with colors the string like \"#aabbcc\" or \"blue\".
|
||||
|
||||
This is a minor mode. If called interactively, toggle the `Rainbow
|
||||
mode' mode. If the prefix argument is positive, enable the mode, and if
|
||||
it is zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||||
if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate the variable `rainbow-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "rainbow-mode" '("rainbow-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'rainbow-mode-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; rainbow-mode-autoloads.el ends here
|
||||
@@ -45,15 +45,21 @@
|
||||
(package-generate-autoloads "all-the-icons" (concat config-dir "lisp/all-the-icons"))
|
||||
(package-generate-autoloads "dashboard" (concat config-dir "lisp/dashboard"))
|
||||
(package-generate-autoloads "diff-hl" (concat config-dir "lisp/diff-hl"))
|
||||
(package-generate-autoloads "focus" (concat config-dir "lisp/focus"))
|
||||
(package-generate-autoloads "indent-guide" (concat config-dir "lisp/indent-guide"))
|
||||
(package-generate-autoloads "iscroll" (concat config-dir "lisp/iscroll"))
|
||||
(package-generate-autoloads "ivy" (concat config-dir "lisp/ivy"))
|
||||
(package-generate-autoloads "ivy-rich" (concat config-dir "lisp/ivy-rich"))
|
||||
(package-generate-autoloads "my" (concat config-dir "lisp/my"))
|
||||
(package-generate-autoloads "olivetti" (concat config-dir "lisp/olivetti"))
|
||||
;; (package-generate-autoloads "org" (concat config-dir "lisp/org")) ;; already org-loaddefs.el
|
||||
(package-generate-autoloads "org-appear" (concat config-dir "lisp/org-appear"))
|
||||
(package-generate-autoloads "org-contrib" (concat config-dir "lisp/org-contrib"))
|
||||
(package-generate-autoloads "rainbow-mode" (concat config-dir "lisp/rainbow-mode"))
|
||||
(package-generate-autoloads "spacemacs-theme" (concat config-dir "lisp/spacemacs-theme"))
|
||||
(package-generate-autoloads "srefactor" (concat config-dir "lisp/srefactor"))
|
||||
(package-generate-autoloads "swiper" (concat config-dir "lisp/swiper"))
|
||||
(package-generate-autoloads "virtual-auto-fill" (concat config-dir "lisp/virtual-auto-fill"))
|
||||
)
|
||||
|
||||
(defun my-byte-compile ()
|
||||
|
||||
46
lisp/virtual-auto-fill/virtual-auto-fill-autoloads.el
Normal file
46
lisp/virtual-auto-fill/virtual-auto-fill-autoloads.el
Normal file
@@ -0,0 +1,46 @@
|
||||
;;; virtual-auto-fill-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 (directory-file-name (file-name-directory load-file-name))) (car load-path)))
|
||||
|
||||
|
||||
|
||||
;;; Generated autoloads from virtual-auto-fill.el
|
||||
|
||||
(autoload 'virtual-auto-fill-mode "virtual-auto-fill" "\
|
||||
Visually wrap lines between wrap prefix and `fill-column'.
|
||||
|
||||
This is a minor mode. If called interactively, toggle the
|
||||
`Virtual-Auto-Fill mode' mode. If the prefix argument is positive,
|
||||
enable the mode, and if it is zero or negative, disable the mode.
|
||||
|
||||
If called from Lisp, toggle the mode if ARG is `toggle'. Enable the
|
||||
mode if ARG is nil, omitted, or is a positive number. Disable the mode
|
||||
if ARG is a negative number.
|
||||
|
||||
To check whether the minor mode is enabled in the current buffer,
|
||||
evaluate the variable `virtual-auto-fill-mode'.
|
||||
|
||||
The mode's hook is called both when the mode is enabled and when it is
|
||||
disabled.
|
||||
|
||||
(fn &optional ARG)" t)
|
||||
(register-definition-prefixes "virtual-auto-fill" '("virtual-auto-fill-"))
|
||||
|
||||
;;; End of scraped data
|
||||
|
||||
(provide 'virtual-auto-fill-autoloads)
|
||||
|
||||
;; Local Variables:
|
||||
;; version-control: never
|
||||
;; no-byte-compile: t
|
||||
;; no-update-autoloads: t
|
||||
;; no-native-compile: t
|
||||
;; coding: utf-8-emacs-unix
|
||||
;; End:
|
||||
|
||||
;;; virtual-auto-fill-autoloads.el ends here
|
||||
Reference in New Issue
Block a user