emacs/code/elpa/persp-mode-20231010.1804/persp-mode-autoloads.el

70 lines
2.6 KiB
EmacsLisp
Raw Normal View History

2024-03-20 13:57:39 +00:00
;;; persp-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:
2024-03-20 13:57:39 +00:00
(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 persp-mode.el
(autoload 'persp-def-auto-persp "persp-mode" "\
2024-03-20 13:57:39 +00:00
(fn NAME &rest KEYARGS &key BUFFER-NAME FILE-NAME MODE MODE-NAME MINOR-MODE MINOR-MODE-NAME PREDICATE HOOKS DYN-ENV GET-NAME GET-BUFFER GET-PERSP SWITCH PARAMETERS NOAUTO WEAK USER-DATA ON-MATCH AFTER-MATCH DONT-PICK-UP-BUFFERS DELETE)")
(define-obsolete-function-alias 'def-auto-persp 'persp-def-auto-persp "persp-mode 2.9.6")
(autoload 'persp-def-buffer-save/load "persp-mode" "\
2024-03-20 13:57:39 +00:00
(fn &rest KEYARGS &key BUFFER-NAME FILE-NAME MODE MODE-NAME MINOR-MODE MINOR-MODE-NAME PREDICATE TAG-SYMBOL SAVE-VARS SAVE-FUNCTION LOAD-FUNCTION AFTER-LOAD-FUNCTION MODE-RESTORE-FUNCTION APPEND)")
(define-obsolete-function-alias 'def-persp-buffer-save/load 'persp-def-buffer-save/load "persp-mode 2.9.6")
(defvar persp-mode nil "\
Non-nil if Persp mode is enabled.
See the `persp-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 `persp-mode'.")
(custom-autoload 'persp-mode "persp-mode" nil)
(autoload 'persp-mode "persp-mode" "\
Toggle the persp-mode.
2024-03-20 13:57:39 +00:00
When active, keeps track of multiple \\='perspectives\\=',
named collections of buffers and window configurations.
Here is a keymap of this minor mode:
\\{persp-mode-map}
2024-03-20 13:57:39 +00:00
This is a global minor mode. If called interactively, toggle the
`Persp mode' mode. If the prefix argument is positive, enable
the mode, and if it is zero or negative, disable the mode.
2022-04-22 04:48:52 +00:00
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 `(default-value \\='persp-mode)'.
The mode's hook is called both when the mode is enabled and when
it is disabled.
2024-03-20 13:57:39 +00:00
(fn &optional ARG)" t)
2022-04-22 04:48:52 +00:00
(register-definition-prefixes "persp-mode" '("*persp-" "clear-window-persp" "def-" "get-" "ido-toggle-persp-filter" "persp" "safe-persp-" "set-" "window-persp-set-p" "with-persp-ido-hooks"))
2024-03-20 13:57:39 +00:00
;;; End of scraped data
(provide 'persp-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
2024-03-20 13:57:39 +00:00
;; no-native-compile: t
;; coding: utf-8-emacs-unix
;; End:
2024-03-20 13:57:39 +00:00
;;; persp-mode-autoloads.el ends here