emacs/var/backup/!home!chris!.emacs.d!straight!build!company-dict!company-dict-autoloads.el~
2022-01-03 12:49:32 -06:00

30 lines
767 B
EmacsLisp
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

;;; company-dict-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*-
;;
;;; Code:
;;;### (autoloads nil "company-dict" "company-dict.el" (0 0 0 0))
;;; Generated autoloads from company-dict.el
(autoload 'company-dict-refresh "company-dict" "\
Refresh all loaded dictionaries." t nil)
(autoload 'company-dict "company-dict" "\
`company-mode' backend for user-provided dictionaries. Dictionary files are lazy
loaded.
\(fn COMMAND &optional ARG &rest IGNORED)" t nil)
(register-definition-prefixes "company-dict" '("company-dict-"))
;;;***
(provide 'company-dict-autoloads)
;; Local Variables:
;; version-control: never
;; no-byte-compile: t
;; no-update-autoloads: t
;; coding: utf-8
;; End:
;;; company-dict-autoloads.el ends here