Files
dotfiles/emacs/.emacs.d/elpa/guru-mode-20170730.31/guru-mode-autoloads.el
2018-01-09 04:40:58 +01:00

45 lines
1.3 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.

;;; guru-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "guru-mode" "guru-mode.el" (23124 14359 795468
;;;;;; 795000))
;;; Generated autoloads from guru-mode.el
(autoload 'guru-mode "guru-mode" "\
A minor mode that teaches you to use Emacs effectively.
\(fn &optional ARG)" t nil)
(defvar guru-global-mode nil "\
Non-nil if Guru-Global mode is enabled.
See the `guru-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 `guru-global-mode'.")
(custom-autoload 'guru-global-mode "guru-mode" nil)
(autoload 'guru-global-mode "guru-mode" "\
Toggle Guru mode in all buffers.
With prefix ARG, enable Guru-Global mode if ARG is positive;
otherwise, disable it. If called from Lisp, enable the mode if
ARG is omitted or nil.
Guru mode is enabled in all buffers where
`guru-mode' would do it.
See `guru-mode' for more information on Guru mode.
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; guru-mode-autoloads.el ends here