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.

34 lines
907 B

  1. ;;; json-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 "json-mode" "json-mode.el" (0 0 0 0))
  7. ;;; Generated autoloads from json-mode.el
  8. (autoload 'json-mode "json-mode" "\
  9. Major mode for editing JSON files
  10. \(fn)" t nil)
  11. (add-to-list 'auto-mode-alist '("\\.json$" . json-mode))
  12. (autoload 'json-mode-show-path "json-mode" nil t nil)
  13. (autoload 'json-mode-beautify "json-mode" "\
  14. Beautify / pretty-print the active region (or the entire buffer if no active region)." t nil)
  15. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "json-mode" '("json-")))
  16. ;;;***
  17. ;; Local Variables:
  18. ;; version-control: never
  19. ;; no-byte-compile: t
  20. ;; no-update-autoloads: t
  21. ;; coding: utf-8
  22. ;; End:
  23. ;;; json-mode-autoloads.el ends here