confi-emacs-inicial/elpa/windsize-20181029.2257/windsize-autoloads.el

48 lines
1.1 KiB
EmacsLisp
Raw 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.

;;; windsize-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "windsize" "windsize.el" (0 0 0 0))
;;; Generated autoloads from windsize.el
(autoload 'windsize-left "windsize" "\
Resize the current window by moving one of its edges to the left.
\(fn &optional ARG)" t nil)
(autoload 'windsize-right "windsize" "\
Resize the current window by moving one of its edges to the right.
\(fn &optional ARG)" t nil)
(autoload 'windsize-up "windsize" "\
Resize the current window by moving one of its edges up.
\(fn &optional ARG)" t nil)
(autoload 'windsize-down "windsize" "\
Resize the current window by moving one of its edges down.
\(fn &optional ARG)" t nil)
(autoload 'windsize-default-keybindings "windsize" "\
\(fn)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "windsize" '("windsize-")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; windsize-autoloads.el ends here