My attempt to optimize my emacs load time <1 second
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
970 B

  1. ;;; org-link-minor-mode-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "org-link-minor-mode" "org-link-minor-mode.el"
  5. ;;;;;; (0 0 0 0))
  6. ;;; Generated autoloads from org-link-minor-mode.el
  7. (autoload 'org-link-minor-mode "org-link-minor-mode" "\
  8. Toggle display of org-mode style links in non-org-mode buffers.
  9. If called interactively, enable Org-Link minor mode if ARG is
  10. positive, and disable it if ARG is zero or negative. If called
  11. from Lisp, also enable the mode if ARG is omitted or nil, and
  12. toggle it if ARG is `toggle'; disable the mode otherwise.
  13. \(fn &optional ARG)" t nil)
  14. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-link-minor-mode" '("org-link-minor-mode-")))
  15. ;;;***
  16. (provide 'org-link-minor-mode-autoloads)
  17. ;; Local Variables:
  18. ;; version-control: never
  19. ;; no-byte-compile: t
  20. ;; no-update-autoloads: t
  21. ;; coding: utf-8
  22. ;; End:
  23. ;;; org-link-minor-mode-autoloads.el ends here