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.

20 lines
616 B

  1. ;;; dash-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "dash" "dash.el" (0 0 0 0))
  5. ;;; Generated autoloads from dash.el
  6. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dash" '("dash-" "-keep" "-butlast" "-non" "-only-some" "-zip" "-e" "->" "-a" "-gr" "-when-let" "-d" "-l" "-s" "-p" "-r" "-m" "-i" "-f" "-u" "-value-to-list" "-t" "--" "-c" "!cons" "!cdr")))
  7. ;;;***
  8. (provide 'dash-autoloads)
  9. ;; Local Variables:
  10. ;; version-control: never
  11. ;; no-byte-compile: t
  12. ;; no-update-autoloads: t
  13. ;; coding: utf-8
  14. ;; End:
  15. ;;; dash-autoloads.el ends here