dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

jq-mode-autoloads.el (931B)


      1 ;;; jq-mode-autoloads.el --- automatically extracted autoloads (do not edit)   -*- lexical-binding: t -*-
      2 ;; Generated by the `loaddefs-generate' function.
      3 
      4 ;; This file is part of GNU Emacs.
      5 
      6 ;;; Code:
      7 
      8 (add-to-list 'load-path (or (and load-file-name (file-name-directory load-file-name)) (car load-path)))
      9 
     10 
     11 
     12 ;;; Generated autoloads from jq-mode.el
     13 
     14 (autoload 'jq-mode "jq-mode" "\
     15 Major mode for jq scripts.
     16 \\{jq-mode-map}
     17 
     18 (fn)" t)
     19 (autoload 'jq-interactively "jq-mode" "\
     20 Runs jq interactively on a json buffer.
     21 
     22 (fn BEG END)" t)
     23 (register-definition-prefixes "jq-mode" '("jq-"))
     24 
     25 
     26 ;;; Generated autoloads from ob-jq.el
     27 
     28 (register-definition-prefixes "ob-jq" '("org-babel-"))
     29 
     30 ;;; End of scraped data
     31 
     32 (provide 'jq-mode-autoloads)
     33 
     34 ;; Local Variables:
     35 ;; version-control: never
     36 ;; no-byte-compile: t
     37 ;; no-update-autoloads: t
     38 ;; no-native-compile: t
     39 ;; coding: utf-8-emacs-unix
     40 ;; End:
     41 
     42 ;;; jq-mode-autoloads.el ends here