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.
 
 
 
 
 
 

39 lines
943 B

;;; yapfify-autoloads.el --- automatically extracted autoloads
;;
;;; Code:
(add-to-list 'load-path (directory-file-name
(or (file-name-directory #$) (car load-path))))
;;;### (autoloads nil "yapfify" "yapfify.el" (0 0 0 0))
;;; Generated autoloads from yapfify.el
(autoload 'yapfify-region "yapfify" "\
Try to yapfify the current region.
If yapf exits with an error, the output will be shown in a help-window.
\(fn BEGINNING END)" t nil)
(autoload 'yapfify-buffer "yapfify" "\
Yapfify whole buffer.
\(fn)" t nil)
(autoload 'yapf-mode "yapfify" "\
Automatically run YAPF before saving.
\(fn &optional ARG)" t nil)
(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "yapfify" '("get-buffer-string" "yapfify-call-bin")))
;;;***
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; yapfify-autoloads.el ends here