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.

31 lines
863 B

  1. ;;; json-reformat-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 "json-reformat" "json-reformat.el" (0 0 0 0))
  7. ;;; Generated autoloads from json-reformat.el
  8. (autoload 'json-reformat-region "json-reformat" "\
  9. Reformat the JSON in the specified region.
  10. If you want to customize the reformat style,
  11. please see the documentation of `json-reformat:indent-width'
  12. and `json-reformat:pretty-string?'.
  13. \(fn BEGIN END)" t nil)
  14. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "json-reformat" '("json-reformat")))
  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. ;;; json-reformat-autoloads.el ends here