Personal emacs config
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.

32 lines
864 B

  1. ;;; plantuml-mode-autoloads.el --- automatically extracted autoloads
  2. ;;
  3. ;;; Code:
  4. (add-to-list 'load-path (directory-file-name
  5. (or (file-name-directory #$) (car load-path))))
  6. ;;;### (autoloads nil "plantuml-mode" "plantuml-mode.el" (0 0 0 0))
  7. ;;; Generated autoloads from plantuml-mode.el
  8. (add-to-list 'auto-mode-alist '("\\.\\(plantuml\\|pum\\|plu\\)\\'" . plantuml-mode))
  9. (autoload 'plantuml-mode "plantuml-mode" "\
  10. Major mode for plantuml.
  11. Shortcuts Command Name
  12. \\[plantuml-complete-symbol] `plantuml-complete-symbol'
  13. \(fn)" t nil)
  14. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "plantuml-mode" '("plantuml-")))
  15. ;;;***
  16. ;; Local Variables:
  17. ;; version-control: never
  18. ;; no-byte-compile: t
  19. ;; no-update-autoloads: t
  20. ;; coding: utf-8
  21. ;; End:
  22. ;;; plantuml-mode-autoloads.el ends here