;;; leaf-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: (add-to-list 'load-path (directory-file-name (or (file-name-directory #$) (car load-path)))) ;;;### (autoloads nil "cort-test" "cort-test.el" (0 0 0 0)) ;;; Generated autoloads from cort-test.el (register-definition-prefixes "cort-test" '("cort-")) ;;;*** ;;;### (autoloads nil "leaf" "leaf.el" (0 0 0 0)) ;;; Generated autoloads from leaf.el (autoload 'leaf-available-keywords "leaf" "\ Return current available `leaf' keywords list." t nil) (autoload 'leaf-pp-to-string "leaf" "\ Return format string of `leaf' SEXP like `pp-to-string'. \(fn SEXP)" nil t) (autoload 'leaf-pp "leaf" "\ Output the pretty-printed representation of leaf SEXP. \(fn SEXP)" nil nil) (autoload 'leaf-create-issue-template "leaf" "\ Create issue template buffer." t nil) (autoload 'leaf-expand "leaf" "\ Expand `leaf' at point." t nil) (autoload 'leaf-key-describe-bindings "leaf" "\ Display all the bindings configured via `leaf-key'." t nil) (autoload 'leaf "leaf" "\ Symplify your `.emacs' configuration for package NAME with ARGS. \(fn NAME &rest ARGS)" nil t) (function-put 'leaf 'lisp-indent-function 'defun) (register-definition-prefixes "leaf" '("leaf-")) ;;;*** ;;;### (autoloads nil "leaf-tests" "leaf-tests.el" (0 0 0 0)) ;;; Generated autoloads from leaf-tests.el (register-definition-prefixes "leaf-tests" '("cort-deftest-with-")) ;;;*** ;;;### (autoloads nil nil ("leaf-pkg.el") (0 0 0 0)) ;;;*** ;; Local Variables: ;; version-control: never ;; no-byte-compile: t ;; no-update-autoloads: t ;; coding: utf-8 ;; End: ;;; leaf-autoloads.el ends here