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.

111 lines
3.2 KiB

  1. ;;; lispy-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 "le-clojure" "le-clojure.el" (0 0 0 0))
  7. ;;; Generated autoloads from le-clojure.el
  8. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "le-clojure" '("lispy-")))
  9. ;;;***
  10. ;;;### (autoloads nil "le-hy" "le-hy.el" (0 0 0 0))
  11. ;;; Generated autoloads from le-hy.el
  12. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "le-hy" '("lispy--")))
  13. ;;;***
  14. ;;;### (autoloads nil "le-julia" "le-julia.el" (0 0 0 0))
  15. ;;; Generated autoloads from le-julia.el
  16. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "le-julia" '("lispy-")))
  17. ;;;***
  18. ;;;### (autoloads nil "le-lisp" "le-lisp.el" (0 0 0 0))
  19. ;;; Generated autoloads from le-lisp.el
  20. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "le-lisp" '("lispy-")))
  21. ;;;***
  22. ;;;### (autoloads nil "le-python" "le-python.el" (0 0 0 0))
  23. ;;; Generated autoloads from le-python.el
  24. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "le-python" '("lispy-")))
  25. ;;;***
  26. ;;;### (autoloads nil "le-scheme" "le-scheme.el" (0 0 0 0))
  27. ;;; Generated autoloads from le-scheme.el
  28. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "le-scheme" '("lispy-")))
  29. ;;;***
  30. ;;;### (autoloads nil "lispy" "lispy.el" (0 0 0 0))
  31. ;;; Generated autoloads from lispy.el
  32. (autoload 'lispy-mode "lispy" "\
  33. Minor mode for navigating and editing LISP dialects.
  34. If called interactively, enable Lispy mode if ARG is positive,
  35. and disable it if ARG is zero or negative. If called from Lisp,
  36. also enable the mode if ARG is omitted or nil, and toggle it if
  37. ARG is `toggle'; disable the mode otherwise.
  38. When `lispy-mode' is on, most unprefixed keys,
  39. i.e. [a-zA-Z+-./<>], conditionally call commands instead of
  40. self-inserting. The condition (called special further on) is one
  41. of:
  42. - the point is before \"(\"
  43. - the point is after \")\"
  44. - the region is active
  45. For instance, when special, \"j\" moves down one sexp, otherwise
  46. it inserts itself.
  47. When special, [0-9] call `digit-argument'.
  48. When `lispy-mode' is on, \"[\" and \"]\" move forward and
  49. backward through lists, which is useful to move into special.
  50. \\{lispy-mode-map}
  51. \(fn &optional ARG)" t nil)
  52. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lispy" '("ac-trigger-commands" "hydra-lispy-x" "lh-knight" "lispy-" "mc/cmds-to-run-" "unsupported-mode-error")))
  53. ;;;***
  54. ;;;### (autoloads nil "lispy-inline" "lispy-inline.el" (0 0 0 0))
  55. ;;; Generated autoloads from lispy-inline.el
  56. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lispy-inline" '("lispy-")))
  57. ;;;***
  58. ;;;### (autoloads nil "lispy-tags" "lispy-tags.el" (0 0 0 0))
  59. ;;; Generated autoloads from lispy-tags.el
  60. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lispy-tags" '("lispy-")))
  61. ;;;***
  62. ;;;### (autoloads nil nil ("elpa.el" "lispy-pkg.el") (0 0 0 0))
  63. ;;;***
  64. ;; Local Variables:
  65. ;; version-control: never
  66. ;; no-byte-compile: t
  67. ;; no-update-autoloads: t
  68. ;; coding: utf-8
  69. ;; End:
  70. ;;; lispy-autoloads.el ends here