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.

28 lines
721 B

  1. ;;; org-roam-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "org-roam" "org-roam.el" (0 0 0 0))
  5. ;;; Generated autoloads from org-roam.el
  6. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam" '("org-roam")))
  7. ;;;***
  8. ;;;### (autoloads nil "org-roam-utils" "org-roam-utils.el" (0 0 0
  9. ;;;;;; 0))
  10. ;;; Generated autoloads from org-roam-utils.el
  11. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "org-roam-utils" '("org-roam--")))
  12. ;;;***
  13. (provide 'org-roam-autoloads)
  14. ;; Local Variables:
  15. ;; version-control: never
  16. ;; no-byte-compile: t
  17. ;; no-update-autoloads: t
  18. ;; coding: utf-8
  19. ;; End:
  20. ;;; org-roam-autoloads.el ends here