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.

22 lines
640 B

  1. ;;; gcode-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. ;;;### (autoloads nil "gcode" "gcode.el" (0 0 0 0))
  5. ;;; Generated autoloads from gcode.el
  6. (add-to-list 'auto-mode-alist '("\\.gc\\(ode\\)?$" . gcode-mode))
  7. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "gcode" '("args" "available-arguments" "clean-returned-file" "display-available-arguments" "gcode-" "list-line-" "new-space" "split-gcode")))
  8. ;;;***
  9. (provide 'gcode-autoloads)
  10. ;; Local Variables:
  11. ;; version-control: never
  12. ;; no-byte-compile: t
  13. ;; no-update-autoloads: t
  14. ;; coding: utf-8
  15. ;; End:
  16. ;;; gcode-autoloads.el ends here