Files
memex/0_inbox/Scrivener_Emacs_Vim/elpa/clojure-mode-20141120.1410/clojure-mode-autoloads.el

34 lines
751 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
;;; clojure-mode-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
;;;### (autoloads (clojure-mode) "clojure-mode" "clojure-mode.el"
;;;;;; (21615 13989 0 0))
;;; Generated autoloads from clojure-mode.el
(autoload 'clojure-mode "clojure-mode" "\
Major mode for editing Clojure code.
\\{clojure-mode-map}
\(fn)" t nil)
(add-to-list 'auto-mode-alist '("\\.\\(clj[sx]?\\|dtm\\|edn\\)\\'" . clojure-mode))
;;;***
;;;### (autoloads nil nil ("clojure-mode-pkg.el") (21615 13989 73668
;;;;;; 0))
;;;***
(provide 'clojure-mode-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; clojure-mode-autoloads.el ends here