spacemacs-elpa/26.3/develop/winum-20190911.1607/winum-autoloads.el
Yann Esposito (Yogsototh) 863ed55051
snapshot
2020-03-17 23:22:53 +01:00

146 lines
4.4 KiB
EmacsLisp
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; winum-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "winum" "winum.el" (0 0 0 0))
;;; Generated autoloads from winum.el
(defvar winum-mode nil "\
Non-nil if Winum mode is enabled.
See the `winum-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 `winum-mode'.")
(custom-autoload 'winum-mode "winum" nil)
(autoload 'winum-mode "winum" "\
A minor mode that allows for managing windows based on window numbers.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-0-or-10 "winum" "\
Jump to window 0 if assigned or 10 if exists.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-0 "winum" "\
Jump to window 0.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-1 "winum" "\
Jump to window 1.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-2 "winum" "\
Jump to window 2.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-3 "winum" "\
Jump to window 3.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-4 "winum" "\
Jump to window 4.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-5 "winum" "\
Jump to window 5.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-6 "winum" "\
Jump to window 6.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-7 "winum" "\
Jump to window 7.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-8 "winum" "\
Jump to window 8.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-9 "winum" "\
Jump to window 9.
If prefix ARG is given, delete the window instead of selecting it.
\(fn &optional ARG)" t nil)
(autoload 'winum-select-window-by-number "winum" "\
Select or delete window which number is specified by ARG.
If the number is negative, delete the window instead of selecting it.
There are several ways to provide the number:
- if called from elisp with an argument, use it.
- if called interactively with a numeric prefix argument, use it.
- if prefix argument is the negative argument, delete window 0.
- if prefix argument is the default prefix argument, delete current window.
- if called interactively and no valid argument is provided, read from
minibuffer.
\(fn &optional ARG)" t nil)
(autoload 'winum-set-keymap-prefix "winum" "\
Set key bindings prefix for `winum-keymap' based on `winum-base-map'.
This function overrides the value of `winum-keymap', so you
should call it before customization of `winum-keymap' and/or
after customization of `winum-base-map'.
PREFIX must be a key sequence, like the ones returned by `kbd'.
\(fn PREFIX)" nil nil)
(autoload 'winum-get-window-by-number "winum" "\
Return window numbered N if exists, nil otherwise.
\(fn N)" nil nil)
(autoload 'winum-get-number-string "winum" "\
Get the current or specified window's current number as a propertized string.
WINDOW: if specified, the window of which we want to know the number.
If not specified, the number of the currently selected window is
returned.
\(fn &optional WINDOW)" nil nil)
(autoload 'winum-get-number "winum" "\
Get the current or specified window's current number.
WINDOW: if specified, the window of which we want to know the number.
If not specified, the number of the currently selected window is
returned.
\(fn &optional WINDOW)" nil nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "winum" '("winum-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; winum-autoloads.el ends here