Files
emacs/lisp/company/company-pkg.el
2025-11-25 19:52:03 +01:00

10 lines
378 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "company" "20251021.2211"
"Modular text completion framework."
'((emacs "26.1"))
:url "http://company-mode.github.io/"
:commit "4ff89f7369227fbb89fe721d1db707f1af74cd0f"
:revdesc "4ff89f736922"
:keywords '("abbrev" "convenience" "matching")
:maintainers '(("Dmitry Gutov" . "dmitry@gutov.dev")))