my-emacs-d/elpa/focus-20161013.401/focus-autoloads.el

27 lines
655 B
EmacsLisp
Raw Normal View History

2016-09-22 16:37:03 +00:00
;;; focus-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
2016-10-14 09:16:35 +00:00
(add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path))))
2016-09-22 16:37:03 +00:00
2016-10-14 09:16:35 +00:00
;;;### (autoloads nil "focus" "focus.el" (22528 41396 501073 373000))
2016-09-22 16:37:03 +00:00
;;; Generated autoloads from focus.el
(autoload 'focus-mode "focus" "\
Dim the font color of text in surrounding sections.
\(fn &optional ARG)" t nil)
(autoload 'focus-read-only-mode "focus" "\
A read-only mode optimized for `focus-mode'.
\(fn &optional ARG)" t nil)
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; End:
;;; focus-autoloads.el ends here