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

;;; org-link-minor-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads nil "org-link-minor-mode" "org-link-minor-mode.el"
;;;;;; (0 0 0 0))
;;; Generated autoloads from org-link-minor-mode.el
(autoload 'org-link-minor-mode "org-link-minor-mode" "\
Toggle display of org-mode style links in non-org-mode buffers.
If called interactively, enable Org-Link minor mode if ARG is
positive, and disable it if ARG is zero or negative. If called
from Lisp, also enable the mode if ARG is omitted or nil, and
toggle it if ARG is `toggle'; disable the mode otherwise.
\(fn &optional ARG)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-link-minor-mode" '("org-link-minor-mode-")))
;;;***
(provide 'org-link-minor-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; org-link-minor-mode-autoloads.el ends here