Klimi's new dotfiles with stow.
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.

49 regels
1.4 KiB

4 jaren geleden
  1. ;;; autopair-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 "autopair" "autopair.el" (0 0 0 0))
  7. ;;; Generated autoloads from autopair.el
  8. (autoload 'autopair-mode "autopair" "\
  9. Automagically pair braces and quotes like in TextMate.
  10. \(fn &optional ARG)" t nil)
  11. (defvar autopair-global-mode nil "\
  12. Non-nil if Autopair-Global mode is enabled.
  13. See the `autopair-global-mode' command
  14. for a description of this minor mode.
  15. Setting this variable directly does not take effect;
  16. either customize it (see the info node `Easy Customization')
  17. or call the function `autopair-global-mode'.")
  18. (custom-autoload 'autopair-global-mode "autopair" nil)
  19. (autoload 'autopair-global-mode "autopair" "\
  20. Toggle Autopair mode in all buffers.
  21. With prefix ARG, enable Autopair-Global mode if ARG is positive;
  22. otherwise, disable it. If called from Lisp, enable the mode if
  23. ARG is omitted or nil.
  24. Autopair mode is enabled in all buffers where
  25. `autopair-on' would do it.
  26. See `autopair-mode' for more information on Autopair mode.
  27. \(fn &optional ARG)" t nil)
  28. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "autopair" '("autopair-")))
  29. ;;;***
  30. ;; Local Variables:
  31. ;; version-control: never
  32. ;; no-byte-compile: t
  33. ;; no-update-autoloads: t
  34. ;; coding: utf-8
  35. ;; End:
  36. ;;; autopair-autoloads.el ends here