Klimi's new dotfiles with stow.
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

39 Zeilen
943 B

vor 4 Jahren
  1. ;;; yapfify-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 "yapfify" "yapfify.el" (0 0 0 0))
  7. ;;; Generated autoloads from yapfify.el
  8. (autoload 'yapfify-region "yapfify" "\
  9. Try to yapfify the current region.
  10. If yapf exits with an error, the output will be shown in a help-window.
  11. \(fn BEGINNING END)" t nil)
  12. (autoload 'yapfify-buffer "yapfify" "\
  13. Yapfify whole buffer.
  14. \(fn)" t nil)
  15. (autoload 'yapf-mode "yapfify" "\
  16. Automatically run YAPF before saving.
  17. \(fn &optional ARG)" t nil)
  18. (if (fboundp 'register-definition-prefixes) (register-definition-prefixes "yapfify" '("get-buffer-string" "yapfify-call-bin")))
  19. ;;;***
  20. ;; Local Variables:
  21. ;; version-control: never
  22. ;; no-byte-compile: t
  23. ;; no-update-autoloads: t
  24. ;; coding: utf-8
  25. ;; End:
  26. ;;; yapfify-autoloads.el ends here