;;; perspective-autoloads.el --- automatically extracted autoloads ;; ;;; Code: (add-to-list 'load-path (or (file-name-directory #$) (car load-path))) ;;;### (autoloads nil "perspective" "perspective.el" (22248 64679 ;;;;;; 0 0)) ;;; Generated autoloads from perspective.el (defvar persp-mode nil "\ Non-nil if Persp mode is enabled. See the command `persp-mode' 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 "perspective" nil) (autoload 'persp-mode "perspective" "\ Toggle perspective mode. When active, keeps track of multiple 'perspectives', named collections of buffers and window configurations. \(fn &optional ARG)" t nil) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; End: ;;; perspective-autoloads.el ends here